JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / datamodel / SearchResults.java
index 3329431..ad0e472 100755 (executable)
@@ -232,8 +232,7 @@ public class SearchResults
 
           if (result == null)
           {
-            result = new int[]
-            { matchStart, matchEnd };
+            result = new int[] { matchStart, matchEnd };
           }
           else
           {