JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / ext / android / SparseIntArrayTest.java
index d9ed73d..9dc7dfb 100644 (file)
@@ -60,7 +60,7 @@ public class SparseIntArrayTest
   public void testAdd()
   {
     SparseIntArray counter = new SparseIntArray();
-  
+
     assertEquals(counter.add('P', 2), 2);
     assertEquals(counter.add('P', 3), 5);
     counter.put('Q', 7);
@@ -75,7 +75,7 @@ public class SparseIntArrayTest
     {
       // expected
     }
-  
+
     counter.put('y', Integer.MIN_VALUE);
     try
     {