Merge branch 'develop' into bug/JAL-4235_gradle_task_jalviewjsTranspile_does_not_fail...
[jalview.git] / src / jalview / util / Log4j.java
index de8f719..6517703 100644 (file)
@@ -96,7 +96,8 @@ public class Log4j
       init = true;
     } catch (Exception e)
     {
-      jalview.bin.Console.errPrintln("Problems initializing the log4j system\n");
+      jalview.bin.Console
+              .errPrintln("Problems initializing the log4j system\n");
       e.printStackTrace(System.err);
     }
   }