JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / gui / JalviewChimeraXBindingModel.java
index cfd44c7..58b1300 100644 (file)
@@ -42,7 +42,7 @@ public class JalviewChimeraXBindingModel extends JalviewChimeraBindingModel
     int modelNumber = chimeraMaps.size() + 1;
     String command = "setattr #" + modelNumber + " models name "
             + pe.getId();
-   executeCommand(new StructureCommand(command), false);
+    executeCommand(new StructureCommand(command), false);
     modelsToMap.add(new ChimeraModel(pe.getId(), ModelType.PDB_MODEL,
             modelNumber, 0));
   }
@@ -89,7 +89,9 @@ public class JalviewChimeraXBindingModel extends JalviewChimeraBindingModel
   }
 
   /**
-   * Returns a model of the structure positions described by the ChimeraX format atomspec
+   * Returns a model of the structure positions described by the ChimeraX format
+   * atomspec
+   * 
    * @param atomSpec
    * @return
    */