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 Jan 22, 2024
1 parent 251acd7 commit 8160f2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack a
return false;
}

if (mMaintenanceHatches.size() != 1 || mOutputBusses.isEmpty()
|| mOutputHatches.isEmpty()) {
if (mMaintenanceHatches.size() != 1 || mOutputBusses.isEmpty() || mOutputHatches.isEmpty()) {
return false;
}

Expand Down

0 comments on commit 8160f2a

Please sign in to comment.