JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / gui / MouseEventDemo.java
index 62320c7..f02527a 100644 (file)
@@ -161,8 +161,8 @@ public class MouseEventDemo extends JPanel implements MouseListener
     textArea = new JTextArea();
     textArea.setEditable(false);
     JScrollPane scrollPane = new JScrollPane(textArea);
-    scrollPane
-            .setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
+    scrollPane.setVerticalScrollBarPolicy(
+            JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
     scrollPane.setPreferredSize(new Dimension(400, 75));
 
     blankArea = new BlankArea(Color.YELLOW);