Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis committed Sep 8, 2024
1 parent 3fbc2d7 commit b999893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import static gregtech.api.enums.MetaTileEntityIDs.cropSynthesiserUV;
import static gregtech.api.enums.MetaTileEntityIDs.cropSynthesiserZPM;

import com.github.bartimaeusnek.cropspp.fluids.CppFluids;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ public class CppFluids {
public static final AlkoholImpure njagi = new AlkoholImpure("potion.njagi", 350, "potion.alcopops");

/// This method intentionally left blank to instantiate the static fields
public static void register_Fluids(){}
public static void register_Fluids() {}
}

0 comments on commit b999893

Please sign in to comment.