JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / io / FormatAdapter.java
index 00920db..735619f 100755 (executable)
@@ -67,12 +67,9 @@ public class FormatAdapter extends AppletFormatAdapter
   {
     if (Cache.getDefault("STRUCT_FROM_PDB", true))
     {
-      annotFromStructure = Cache.getDefault("ADD_TEMPFACT_ANN",
-              true);
-      localSecondaryStruct = Cache.getDefault("ADD_SS_ANN",
-              true);
-      serviceSecondaryStruct = Cache.getDefault("USE_RNAVIEW",
-              true);
+      annotFromStructure = Cache.getDefault("ADD_TEMPFACT_ANN", true);
+      localSecondaryStruct = Cache.getDefault("ADD_SS_ANN", true);
+      serviceSecondaryStruct = Cache.getDefault("USE_RNAVIEW", true);
     }
     else
     {
@@ -164,8 +161,8 @@ public class FormatAdapter extends AppletFormatAdapter
 
   public boolean getCacheSuffixDefault(FileFormatI format)
   {
-    return Cache.getDefault(format.getName().toUpperCase(Locale.ROOT) + "_JVSUFFIX",
-            true);
+    return Cache.getDefault(
+            format.getName().toUpperCase(Locale.ROOT) + "_JVSUFFIX", true);
   }
 
   public String formatSequences(FileFormatI format, AlignmentI alignment,