JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / mc_view / PDBfile.java
index 0eb14cd..54bdca9 100755 (executable)
@@ -152,7 +152,8 @@ public class PDBfile extends StructureFile
           if (tmpchain != null)
           {
             tmpchain.atoms.addElement(tmpatom);
-          } else
+          }
+          else
           {
             // PDBfile never handles alphafold models
             tmpchain = new PDBChain(getId(), tmpatom.chain);