Skip to content

Commit

Permalink
fix spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
kitgxrl committed Jan 29, 2025
1 parent c33130b commit 5514b0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public boolean isRecipeAvailable(@NotNull GTRecipe recipe, @NotNull Collection<I

if (isTransmitter()) {
IMultiController controller = getControllers().first();
if (!(controller instanceof IWorkableMultiController workable) || !workable.getRecipeLogic().isWorking()) return false;
if (!(controller instanceof IWorkableMultiController workable) || !workable.getRecipeLogic().isWorking())
return false;

List<IDataAccessHatch> dataAccesses = new ArrayList<>();
List<IDataAccessHatch> transmitters = new ArrayList<>();
Expand Down

0 comments on commit 5514b0a

Please sign in to comment.