JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / datamodel / StartRegionIterator.java
index c21f04a..b7af621 100644 (file)
@@ -84,7 +84,7 @@ public class StartRegionIterator implements Iterator<Integer>
       // navigate to start, keeping count of hidden columns
       int i = 0;
       int hiddenSoFar = 0;
-      
+
       if (pos != null)
       {
         // use the cursor position provided
@@ -140,4 +140,3 @@ public class StartRegionIterator implements Iterator<Integer>
     return result;
   }
 }
-