JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / datamodel / MappingTest.java
index d739369..0bf753d 100644 (file)
@@ -51,11 +51,13 @@ public class MappingTest
   @Test(groups = { "Functional" })
   public void testIntersectVisContigs()
   {
-    MapList fk = new MapList(new int[] { 1, 6, 8, 13, 15, 23 }, new int[] {
-        1, 7 }, 3, 1);
+    MapList fk = new MapList(new int[] { 1, 6, 8, 13, 15, 23 },
+            new int[]
+            { 1, 7 }, 3, 1);
     Mapping m = new Mapping(fk);
-    Mapping m_1 = m.intersectVisContigs(new int[] { fk.getFromLowest(),
-        fk.getFromHighest() });
+    Mapping m_1 = m
+            .intersectVisContigs(new int[]
+            { fk.getFromLowest(), fk.getFromHighest() });
     Mapping m_2 = m.intersectVisContigs(new int[] { 1, 7, 11, 20 });
 
     // assertions from output values 'as is', not checked for correctness