JAL-1551 spotlessApply
[jalview.git] / src / jalview / analysis / AlignmentSorter.java
index 0f3edfd..b02d49c 100755 (executable)
@@ -548,7 +548,9 @@ public class AlignmentSorter
 
     if ((left == null) && (right == null))
     {
-      if (!(node instanceof SequenceNode && ((SequenceNode)node).isPlaceholder()) && (node.element() != null))
+      if (!(node instanceof SequenceNode
+              && ((SequenceNode) node).isPlaceholder())
+              && (node.element() != null))
       {
         if (node.element() instanceof SequenceI)
         {