JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / ContactListI.java
index d0544b8..da55403 100644 (file)
@@ -16,7 +16,8 @@ public interface ContactListI extends ContactListProviderI
    */
   ContactRange getRangeFor(int from_column, int to_column);
 
-  default Color getColourForGroup() {
+  default Color getColourForGroup()
+  {
     return null;
   }
 }