JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / gui / HTMLOptions.java
index 0ef4710..97cbcb0 100644 (file)
@@ -39,8 +39,7 @@ public class HTMLOptions extends JPanel
     bg.add(text);
 
     JOptionPane pane = new JOptionPane(null, JOptionPane.DEFAULT_OPTION,
-            JOptionPane.DEFAULT_OPTION, null, new Object[]
-            { this });
+            JOptionPane.DEFAULT_OPTION, null, new Object[] { this });
 
     dialog = pane.createDialog(Desktop.desktop, "HTML Rendering options");
     dialog.setVisible(true);