JAL-3981 patch tests and remove errant imports
[jalview.git] / src / jalview / io / PileUpfile.java
index 4a0885c..ede258e 100755 (executable)
@@ -92,8 +92,8 @@ public class PileUpfile extends MSFfile
       i++;
     }
 
-    out.append("   MSF: " + s[0].getLength()
-            + "   Type: P    Check:  " + bigChecksum % 10000 + "   ..");
+    out.append("   MSF: " + s[0].getLength() + "   Type: P    Check:  "
+            + bigChecksum % 10000 + "   ..");
     out.append(newline);
     out.append(newline);
     out.append(newline);
@@ -103,8 +103,8 @@ public class PileUpfile extends MSFfile
     {
       String seq = s[i].getSequenceAsString();
       out.append(" Name: " + printId(s[i], jvsuffix) + " oo  Len:  "
-              + seq.length()
-              + "  Check:  " + checksums[i] + "  Weight:  1.00");
+              + seq.length() + "  Check:  " + checksums[i]
+              + "  Weight:  1.00");
       out.append(newline);
 
       if (seq.length() > max)