Skip to content

Commit 7e42ffb

Browse files
spotless
1 parent a77de02 commit 7e42ffb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/com/gregtechceu/gtceu/common/machine/trait/CentralMonitorLogic.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.gregtechceu.gtceu.common.machine.multiblock.electric.CentralMonitorMachine;
99

1010
import net.minecraft.util.Mth;
11+
1112
import org.jetbrains.annotations.NotNull;
1213

1314
public class CentralMonitorLogic extends RecipeLogic implements IWorkable {

src/main/java/com/gregtechceu/gtceu/common/mui/factory/CentralMonitorUIFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ private ModularPanel createGroupEditorPanel(PanelSyncManager syncManager,
252252
"gtceu.gui.central_monitor.module_editor_disabled" :
253253
"gtceu.gui.central_monitor.module_editor_button"))
254254
.onMousePressed((mouseX, mouseY, button) -> {
255-
if (moduleEditor != null && !moduleChanged.getValue()) moduleEditor.openPanel();
255+
if (moduleEditor != null && !moduleChanged.getValue())
256+
moduleEditor.openPanel();
256257
return true;
257258
})))
258259
.child(new Grid().matrix(matrix).alignX(Alignment.CENTER).size(matrixWidth, matrixHeight)))

0 commit comments

Comments
 (0)