JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / gui / SVGOptions.java
index c3bdc70..a64819a 100644 (file)
@@ -59,8 +59,7 @@ public class SVGOptions 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, "SVG Rendering options");
     dialog.setVisible(true);