formatting
[jalview.git] / src / jalview / schemes / HelixColourScheme.java
index 3683b80..37b9f6d 100755 (executable)
@@ -23,8 +23,8 @@ public class HelixColourScheme extends ScoreColourScheme
 {
   public HelixColourScheme()
   {
-    super(ResidueProperties.aaIndex, ResidueProperties.helix, ResidueProperties.helixmin,
-            ResidueProperties.helixmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.helix,
+            ResidueProperties.helixmin, ResidueProperties.helixmax);
   }
 
   public Color makeColour(float c)