JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / io / FileFormat.java
index 91ce527..00f2e5c 100644 (file)
@@ -308,7 +308,7 @@ public enum FileFormat implements FileFormatI
       return new FeaturesFile();
     }
   },
-  FeatureSettings("Jalview Feature Settings File","fc",false,false)
+  FeatureSettings("Jalview Feature Settings File", "fc", false, false)
   {
     @Override
     public AlignmentFileReaderI getReader(FileParse source)
@@ -321,7 +321,7 @@ public enum FileFormat implements FileFormatI
     public AlignmentFileWriterI getWriter(AlignmentI al)
     {
       return null;
-    }    
+    }
   },
   ScoreMatrix("Substitution matrix", "", false, false)
   {