JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / io / FileFormats.java
index 9e0a7f7..b7dd834 100644 (file)
@@ -176,7 +176,8 @@ public class FileFormats
    */
   public FileFormatI forName(String format)
   {
-    return format == null ? null : formats.get(format.toUpperCase(Locale.ROOT));
+    return format == null ? null
+            : formats.get(format.toUpperCase(Locale.ROOT));
   }
 
   /**