JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / GroupSet.java
index db38e7b..6583fe3 100644 (file)
@@ -149,8 +149,9 @@ public class GroupSet implements GroupSetI
   {
     return makeGroups(matrix, autoCut, 0, autoCut);
   }
-  public static GroupSet makeGroups(ContactMatrixI matrix, boolean auto, float thresh,
-          boolean abs)
+
+  public static GroupSet makeGroups(ContactMatrixI matrix, boolean auto,
+          float thresh, boolean abs)
   {
     AverageDistanceEngine clusterer = new AverageDistanceEngine(null, null,
             matrix, true);
@@ -197,7 +198,7 @@ public class GroupSet implements GroupSetI
         nodegroups.add(clusterer.getTopNode());
       }
     }
-    
+
     List<BitSet> groups = new ArrayList<>();
     for (BinaryNode root : nodegroups)
     {