JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / gui / OOMWarning.java
index 9bdbf61..2bb01ee 100644 (file)
@@ -55,8 +55,7 @@ public class OOMWarning implements Runnable
       desktop = instance;
       if (oomex != null)
       {
-        Console.error("Out of Memory when " + action,
-                  oomex);
+        Console.error("Out of Memory when " + action, oomex);
       }
       javax.swing.SwingUtilities.invokeLater(this);
       System.gc();