Skip to content

Commit

Permalink
Spotless apply for branch Fluid-Solidifer-Multiblock-Balance-and-Clea…
Browse files Browse the repository at this point in the history
…nup for #3094 (#3096)

Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] authored Sep 7, 2024
1 parent cad5377 commit a795071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) {
}

public int getMaxParallelRecipes() {
return 4 + (mWidth * 3/2) * GTUtility.getTier(this.getMaxInputVoltage());
return 4 + (mWidth * 3 / 2) * GTUtility.getTier(this.getMaxInputVoltage());
}

@Override
Expand Down

0 comments on commit a795071

Please sign in to comment.