Skip to content

Commit 0c38de2

Browse files
format: spotless auto-apply [bot]
1 parent 07a2828 commit 0c38de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/supersymmetry/api/recipes/SuSyRecipeMaps.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import gregtech.api.recipes.ingredients.GTRecipeInput;
1717
import gregtech.api.unification.OreDictUnifier;
1818
import gregtech.api.unification.material.Material;
19-
import gregtech.api.unification.material.Materials;
2019
import gregtech.api.unification.ore.OrePrefix;
2120
import gregtech.api.unification.stack.MaterialStack;
2221
import gregtech.core.sound.GTSoundEvents;
@@ -580,6 +579,7 @@ public class SuSyRecipeMaps {
580579
});
581580

582581
SuSyRecipeMaps.BALL_MILL.onRecipeBuild(recipeBuilder -> recipeBuilder
583-
.fluidInputs(SusyMaterials.PreheatedAir.getFluid(recipeBuilder.getDuration() * recipeBuilder.getEUt() / 512)));
582+
.fluidInputs(SusyMaterials.PreheatedAir
583+
.getFluid(recipeBuilder.getDuration() * recipeBuilder.getEUt() / 512)));
584584
}
585585
}

0 commit comments

Comments
 (0)