JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / util / MappingUtilsTest.java
index 1420cee..8cb1208 100644 (file)
@@ -1347,12 +1347,14 @@ public class MappingUtilsTest
     overlap = MappingUtils.findOverlap(ranges, 13, 15);
     assertNull(overlap);
   }
-  
+
   /**
    * Test mapping a sequence group where sequences in and outside the group
    * share a dataset sequence (e.g. alternative CDS for the same gene)
    * <p>
-   * This scenario doesn't arise after JAL-3763 changes, but test left as still valid
+   * This scenario doesn't arise after JAL-3763 changes, but test left as still
+   * valid
+   * 
    * @throws IOException
    */
   @Test(groups = { "Functional" })