Merge branch 'develop' into features/JAL-4134_use_annotation_row_for_colours_and_groups
[jalview.git] / src / jalview / datamodel / ContactMatrixI.java
index 546e979..1d20987 100644 (file)
@@ -27,9 +27,7 @@ public interface ContactMatrixI
   String getType();
 
   int getWidth();
-
   int getHeight();
-
   public GroupSetI getGroupSet();
 
   /// proxy methods to simplify use of the interface
@@ -124,5 +122,4 @@ public interface ContactMatrixI
   }
 
   void setGroupSet(GroupSet makeGroups);
-
 }