JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / gui / structurechooser / StructureChooserQuerySource.java
index 1aad2e0..a4cf4ab 100644 (file)
@@ -237,13 +237,17 @@ public abstract class StructureChooserQuerySource
           if (refsAvailable > -1)
           {
             hasCanonical = true;
-          } else {
+          }
+          else
+          {
             protWithoutCanon++;
           }
           hasUniprot = true;
-        } else {
+        }
+        else
+        {
           protWithoutUni++;
-          
+
         }
       }
     }
@@ -251,7 +255,8 @@ public abstract class StructureChooserQuerySource
     // logic: all canonicals - no fetchdb
     // some uniprot no canonicals: defer to PDB, user can optionally fetch
     //
-    if (hasProtein && hasCanonical && !hasNA && protWithoutCanon == 0 && protWithoutUni == 0)
+    if (hasProtein && hasCanonical && !hasNA && protWithoutCanon == 0
+            && protWithoutUni == 0)
 
     {
       return tdbSource;