JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / jbgui / GSplitFrame.java
index a75760d..5e65047 100644 (file)
@@ -112,8 +112,8 @@ public class GSplitFrame extends JInternalFrame
     }
     else
     {
-           ((BasicInternalFrameUI) topFrame.getUI()).setNorthPane(null);
-           ((BasicInternalFrameUI) bottomFrame.getUI()).setNorthPane(null);
+      ((BasicInternalFrameUI) topFrame.getUI()).setNorthPane(null);
+      ((BasicInternalFrameUI) bottomFrame.getUI()).setNorthPane(null);
     }
   }