JAL-2189 format tests
[jalview.git] / test / jalview / datamodel / SearchResultsTest.java
index ffcaa26..f9a0a4f 100644 (file)
@@ -169,7 +169,7 @@ public class SearchResultsTest
     sr2.addResult(seq1, 6, 8);
     assertEquals(sr1.hashCode(), sr2.hashCode());
   }
-  
+
   /**
    * Verify that SearchResults$Match constructor normalises start/end to the
    * 'forwards' direction