formatting
[jalview.git] / src / jalview / schemes / StrandColourScheme.java
index 69c2f1c..b1f0d75 100755 (executable)
@@ -32,8 +32,8 @@ public class StrandColourScheme extends ScoreColourScheme
    */
   public StrandColourScheme()
   {
-    super(ResidueProperties.aaIndex, ResidueProperties.strand, ResidueProperties.strandmin,
-            ResidueProperties.strandmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.strand,
+            ResidueProperties.strandmin, ResidueProperties.strandmax);
   }
 
   /**