JAL-1517 source formatting
[jalview.git] / src / jalview / jbgui / GCutAndPasteHtmlTransfer.java
index 3977d2f..bc05d8c 100644 (file)
@@ -165,9 +165,10 @@ public class GCutAndPasteHtmlTransfer extends JInternalFrame
         copyItem_actionPerformed(e);
       }
     });
-    displaySource.setText(MessageManager.getString("action.show_html_source"));
-    displaySource
-            .setToolTipText(MessageManager.getString("label.select_copy_raw_html"));
+    displaySource.setText(MessageManager
+            .getString("action.show_html_source"));
+    displaySource.setToolTipText(MessageManager
+            .getString("label.select_copy_raw_html"));
     displaySource.addActionListener(new ActionListener()
     {