JAL-3551 tidying, improved commands, fix Jmol model number derivation
[jalview.git] / src / jalview / structures / models / AAStructureBindingModel.java
index 8d8957c..db523f9 100644 (file)
@@ -913,8 +913,7 @@ public abstract class AAStructureBindingModel
         {
           AtomSpecModel atomSpec = getAtomSpec(structures[i], matched);
           List<StructureCommandI> commands = commandGenerator
-                  .superposeStructures(refAtoms,
-                  atomSpec);
+                  .superposeStructures(refAtoms, atomSpec);
           List<String> replies = executeCommands(commands, true, null);
           for (String reply : replies)
           {