JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / ws / PDBSequenceFetcherTest.java
index d1e32b9..e7f9ff1 100644 (file)
@@ -154,13 +154,10 @@ public class PDBSequenceFetcherTest
           List<SequenceFeature> sf = sq.findFeatures(col, col, "RESNUM");
           if (sf.size() != 1)
           {
-            errors.append(
-                    str.id + ": " +
-                            "Expected one feature at column (position): "
-                            + (col - 1)
-                            + " (" + sq.findPosition(col - 1) + ")"
-                            + ": saw "
-                            + sf.size());
+            errors.append(str.id + ": "
+                    + "Expected one feature at column (position): "
+                    + (col - 1) + " (" + sq.findPosition(col - 1) + ")"
+                    + ": saw " + sf.size());
             errors.append("\n");
             if (prev != null)
             {