JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / schemes / AnnotationColourGradient.java
index 75a07b9..a390a15 100755 (executable)
@@ -417,7 +417,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