JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / schemes / ColourSchemeLoader.java
index f80669d..742e31d 100644 (file)
@@ -117,8 +117,8 @@ public class ColourSchemeLoader
     } catch (Exception ex)
     {
       // used to try to parse a V1 Castor generated colours file
-      jalview.bin.Console.errPrintln("Failed to read colour scheme from " + filePath
-              + " : " + ex.toString());
+      jalview.bin.Console.errPrintln("Failed to read colour scheme from "
+              + filePath + " : " + ex.toString());
     }
 
     return ucs;