JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / structure / StructureCommandsBase.java
index fdc8d16..381c988 100644 (file)
@@ -41,8 +41,9 @@ public abstract class StructureCommandsBase implements StructureCommandsI
   }
 
   /**
-   * Helper method to add one contiguous range to the AtomSpec model for the given
-   * value (creating the model if necessary). As used by Jalview, {@code value} is
+   * Helper method to add one contiguous range to the AtomSpec model for the
+   * given value (creating the model if necessary). As used by Jalview,
+   * {@code value} is
    * <ul>
    * <li>a colour, when building a 'colour structure by sequence' command</li>
    * <li>a feature value, when building a 'set Chimera attributes from features'
@@ -69,7 +70,7 @@ public abstract class StructureCommandsBase implements StructureCommandsI
       atomSpec = new AtomSpecModel();
       map.put(value, atomSpec);
     }
-  
+
     atomSpec.addRange(model, startPos, endPos, chain);
   }