JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / ws / dbsources / XfamFetcherTest.java
index 51cff6e..8a591b0 100644 (file)
@@ -64,9 +64,8 @@ public class XfamFetcherTest
     AlignmentI fullpf = pff.getSequenceRecords(pff.getTestQuery());
     Assert.assertNotNull(fullpf, "Full Alignment for " + pff.getTestQuery()
             + " didn't retrieve.");
-    Assert.assertTrue(fullpf.getHeight() > 1,
-            "Full Alignment for " + pff.getTestQuery()
-                    + " didn't have more than one sequence.");
+    Assert.assertTrue(fullpf.getHeight() > 1, "Full Alignment for "
+            + pff.getTestQuery() + " didn't have more than one sequence.");
     AlignmentI seedpf = pfseed.getSequenceRecords(pff.getTestQuery());
     Assert.assertNotNull(seedpf, "Seed Alignment for " + pff.getTestQuery()
             + " didn't retrieve.");