Skip to content

Commit 2628ec3

Browse files
spotless
1 parent 8f0e63f commit 2628ec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/part/FluidHatchPartMachine.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ protected Flow createSingleSlotUI(PanelSyncManager syncManager) {
356356
.background(GTGuiTextures.MC_BUTTON, GTGuiTextures.BUTTON_LOCK)
357357
.hoverBackground(GTGuiTextures.MC_BUTTON_HOVERED, GTGuiTextures.BUTTON_LOCK)
358358
.selectedBackground(GTGuiTextures.MC_BUTTON_PRESSED, GTGuiTextures.BUTTON_LOCK)
359-
.selectedHoverBackground(GTGuiTextures.MC_BUTTON_HOVERED_PRESSED, GTGuiTextures.BUTTON_LOCK))
359+
.selectedHoverBackground(GTGuiTextures.MC_BUTTON_HOVERED_PRESSED,
360+
GTGuiTextures.BUTTON_LOCK))
360361
.child(new FluidSlot()
361362
.syncHandler(new FluidSlotSyncHandler(tank.getStorages()[0])
362363
.canFillSlot(io.support(IO.IN)))));

0 commit comments

Comments
 (0)