Skip to content

Commit 4f300a2

Browse files
Spotless apply for branch kath/fix-drums for #55 (#57)
Co-authored-by: GitHub GTNH Actions <>
1 parent a375e4f commit 4f300a2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/main/java/com/fouristhenumber/utilitiesinexcess/common/blocks

src/main/java/com/fouristhenumber/utilitiesinexcess/common/blocks/BlockDrum.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,14 @@ public boolean onBlockActivated(World world, int x, int y, int z, EntityPlayer p
6363
return false;
6464
}
6565

66-
if(!world.isRemote) {
66+
if (!world.isRemote) {
6767
tank = drum.tank;
6868
}
6969

70-
if(tank == null){
70+
if (tank == null) {
7171
return true;
7272
}
7373

74-
7574
if (FluidContainerRegistry.isEmptyContainer(heldItem)) {
7675
FluidStack stored = tank.getFluid();
7776
if (stored == null || stored.amount <= 0) {

0 commit comments

Comments
 (0)