Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish committed Feb 5, 2024
1 parent e89e23f commit bbf2d4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ public final boolean addNuclearReactorTopList(IGregTechTileEntity aTileEntity, i
return false;
} else {
IMetaTileEntity aMetaTileEntity = aTileEntity.getMetaTileEntity();
if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_Muffler hatch
&& hatch.getTierForStructure() >= 5) {
if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_Muffler hatch && hatch.getTierForStructure() >= 5) {
return addToMachineList(aTileEntity, aBaseCasingIndex);
}
}
Expand Down

0 comments on commit bbf2d4c

Please sign in to comment.