JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / datamodel / ColumnSelectionTest.java
index aefcbc0..d581345 100644 (file)
@@ -411,7 +411,8 @@ public class ColumnSelectionTest
    */
   @Test(
     groups = "Functional",
-    expectedExceptions = { ConcurrentModificationException.class })
+    expectedExceptions =
+    { ConcurrentModificationException.class })
   public void testGetSelected_concurrentModification()
   {
     ColumnSelection cs = new ColumnSelection();
@@ -538,7 +539,6 @@ public class ColumnSelectionTest
     assertEquals("[3, 1]", cs2.getSelected().toString());
   }
 
-
   @Test(groups = { "Functional" })
   public void testStretchGroup_expand()
   {
@@ -652,8 +652,7 @@ public class ColumnSelectionTest
     Annotation ann4 = new Annotation("x", "desc", 'Y', 3f);
     added = cs
             .filterAnnotations(new Annotation[]
-            { null, helix, sheet, turn, ann4 },
-            filter);
+            { null, helix, sheet, turn, ann4 }, filter);
     assertEquals(1, added);
     assertTrue(cs.contains(1));