JAL-1551 spotlessApply
[jalview.git] / src / jalview / ws / dbsources / EBIAlfaFold.java
index 5d88e89..b6fa642 100644 (file)
@@ -497,7 +497,7 @@ public class EBIAlfaFold extends EbiFileRetrievedProxy
 
     ContactMatrixI matrix = new PAEContactMatrix(sm.getSequence(),
             (Map<String, Object>) pae_obj);
-    matrix.setGroupSet(GroupSet.makeGroups(matrix,5f, true));
+    matrix.setGroupSet(GroupSet.makeGroups(matrix, 5f, true));
     AlignmentAnnotation cmannot = sm.getSequence().addContactList(matrix);
     sm.getSequence().addAlignmentAnnotation(cmannot);