JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / schemes / ColourSchemeProperty.java
index 2d5b23d..98e90bd 100755 (executable)
@@ -77,8 +77,7 @@ public class ColourSchemeProperty
    * @return
    */
   public static ColourSchemeI getColourScheme(AlignViewportI view,
-          AnnotatedCollectionI forData,
-          String name)
+          AnnotatedCollectionI forData, String name)
   {
     if (ResidueColourScheme.NONE.equalsIgnoreCase(name))
     {
@@ -91,8 +90,7 @@ public class ColourSchemeProperty
      * create a new instance of it
      */
     ColourSchemeI scheme = ColourSchemes.getInstance().getColourScheme(name,
-            view,
-            forData, null);
+            view, forData, null);
     if (scheme != null)
     {
       return scheme;