JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / io / MSFfile.java
index 0a0520a..ed7049e 100755 (executable)
@@ -169,8 +169,9 @@ public class MSFfile extends AlignFile
       }
       else
       {
-        jalview.bin.Console.errPrintln("MSFFile Parser: Can't find sequence for "
-                + headers.get(i));
+        jalview.bin.Console
+                .errPrintln("MSFFile Parser: Can't find sequence for "
+                        + headers.get(i));
       }
     }
   }
@@ -200,7 +201,8 @@ public class MSFfile extends AlignFile
         }
       } catch (Exception e)
       {
-        jalview.bin.Console.errPrintln("Exception during MSF Checksum calculation");
+        jalview.bin.Console
+                .errPrintln("Exception during MSF Checksum calculation");
         e.printStackTrace();
       }
     }