Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / src / jalview / schemes / AnnotationColourGradient.java
index 8526684..764bb12 100755 (executable)
@@ -461,7 +461,7 @@ public class AnnotationColourGradient extends FollowerColourScheme
     {
       range = ann.graphMax == ann.threshold.value ? 1f
               : (value - ann.threshold.value)
-              / (ann.graphMax - ann.threshold.value);
+                      / (ann.graphMax - ann.threshold.value);
     }
     else if (thresholdIsMinMax && ann.threshold != null
             && aboveAnnotationThreshold == BELOW_THRESHOLD