Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / util / ColorUtils.java
index b728c9d..9ed98bd 100644 (file)
@@ -68,7 +68,7 @@ public class ColorUtils
     return color;
 
   }
-  
+
   /**
    * 
    * @return random color
@@ -80,6 +80,7 @@ public class ColorUtils
             (int) (Math.random() * 255), (int) (Math.random() * 255));
     return col;
   }
+
   /**
    * Convert to Tk colour code format
    *