JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / jbgui / GAlignExportSettings.java
index 58005e8..8b2e4e1 100644 (file)
@@ -53,8 +53,7 @@ public abstract class GAlignExportSettings extends JPanel
   {
     this.hasHiddenSeq = hasHiddenSeq;
     this.hasHiddenCols = hasHiddenCols;
-    String[] complexFormats =
-    { "JSON", "HTML" };
+    String[] complexFormats = { "JSON", "HTML" };
 
     for (String format : complexFormats)
     {
@@ -143,7 +142,7 @@ public abstract class GAlignExportSettings extends JPanel
     add(actionPanel, BorderLayout.SOUTH);
 
   }
-  
+
   private void checkAllAction()
   {
     boolean isSelected = chkAll.isSelected();