apply jalview code style
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index af7766a..9260b23 100755 (executable)
@@ -363,8 +363,7 @@ public class GAlignFrame extends JInternalFrame
             if (evt.isControlDown()
                     || SwingUtilities.isRightMouseButton(evt))
             {
-              radioItem
-                      .removeActionListener(radioItem.getActionListeners()[0]);
+              radioItem.removeActionListener(radioItem.getActionListeners()[0]);
 
               int option = JOptionPane.showInternalConfirmDialog(
                       jalview.gui.Desktop.desktop,
@@ -492,7 +491,7 @@ public class GAlignFrame extends JInternalFrame
       default:
         noColourmenuItem.setSelected(true);
         break;
-        
+
       }
     }