JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / io / PhylipFile.java
index 539826f..12e87a6 100644 (file)
@@ -247,9 +247,7 @@ public class PhylipFile extends AlignFile
     StringBuffer sb = new StringBuffer(Integer.toString(sqs.length));
     sb.append(" ");
     // if there are no sequences, then define the number of characters as 0
-    sb.append(
-(sqs.length > 0) ? Integer.toString(sqs[0].getLength())
-                    : "0")
+    sb.append((sqs.length > 0) ? Integer.toString(sqs[0].getLength()) : "0")
             .append(newline);
 
     // Due to how IO is handled, there doesn't appear to be a way to store