JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / appletgui / FeatureColourChooser.java
index 0d70660..30733ef 100644 (file)
@@ -171,9 +171,9 @@ public class FeatureColourChooser extends Panel implements ActionListener,
     slider.addAdjustmentListener(this);
     slider.addMouseListener(this);
     owner = (af != null) ? af : fs.frame;
-    frame = new JVDialog(owner, MessageManager.formatMessage(
-            "label.variable_color_for", new String[] { type }), true, 480,
-            248);
+    frame = new JVDialog(owner, MessageManager
+            .formatMessage("label.variable_color_for", new String[]
+            { type }), true, 480, 248);
     frame.setMainPanel(this);
     validate();
     frame.setVisible(true);