JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / renderer / seqfeatures / FeatureRendererTest.java
index 2e04ecb..a3d0a7c 100644 (file)
@@ -463,7 +463,8 @@ public class FeatureRendererTest
     gc = new FeatureColour(Color.red, Color.yellow, Color.red, Color.green,
             5f, 11f);
     fr.getFeatureColours().put("Cath", gc);
-    gc.setAutoScaled(false); // this does little other than save a checkbox setting!
+    gc.setAutoScaled(false); // this does little other than save a checkbox
+                             // setting!
     assertEquals(fr.getColour(sf2), new Color(255, 213, 0));
 
     /*
@@ -649,7 +650,7 @@ public class FeatureRendererTest
     SequenceFeature sf2 = new SequenceFeature("sequence_variant", "C, CA",
             3, 3, "ensembl");
     seq1.addSequenceFeature(sf2);
-    
+
     /*
      * 'find' mapped features from the peptide position
      * - first with CDS features _not_ shown on peptide alignment