apply jalview code style
[jalview.git] / src / jalview / jbgui / GUserDefinedColours.java
index e213f01..6085b64 100755 (executable)
@@ -177,9 +177,8 @@ public class GUserDefinedColours extends JPanel
     label.setFont(new java.awt.Font("Verdana", Font.ITALIC, 10));
     label.setOpaque(false);
     label.setPreferredSize(new Dimension(260, 34));
-    label
-            .setText("<html>Save your colour scheme with a unique name and it will be added "
-                    + "to the Colour menu.</html>");
+    label.setText("<html>Save your colour scheme with a unique name and it will be added "
+            + "to the Colour menu.</html>");
     caseSensitive.setText("Case Sensitive");
     caseSensitive.addActionListener(new ActionListener()
     {