JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / datamodel / features / FeatureMatcherTest.java
index f403a57..8339576 100644 (file)
@@ -98,8 +98,8 @@ public class FeatureMatcherTest
     /*
      * a numeric matcher - MatcherTest covers more conditions
      */
-    FeatureMatcherI fm = FeatureMatcher
-            .byAttribute(Condition.GE, "-2", "AF");
+    FeatureMatcherI fm = FeatureMatcher.byAttribute(Condition.GE, "-2",
+            "AF");
     SequenceFeature sf = new SequenceFeature("Cath", "desc", 11, 12, "grp");
     assertFalse(fm.matches(sf));
     sf.setValue("AF", "foobar");