JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / io / FileFormats.java
index 96489d0..18372db 100644 (file)
@@ -107,7 +107,8 @@ public class FileFormats
     String name = format.getName().toUpperCase(Locale.ROOT);
     if (formats.containsKey(name))
     {
-      jalview.bin.Console.errPrintln("Overwriting file format: " + format.getName());
+      jalview.bin.Console
+              .errPrintln("Overwriting file format: " + format.getName());
     }
     formats.put(name, format);
     if (isIdentifiable)