JAL-2189 source formatting
[jalview.git] / src / jalview / ws / jws1 / MsaWSThread.java
index 3fd7c5a..e4247f7 100644 (file)
@@ -670,8 +670,8 @@ class MsaWSThread extends JWS1Thread implements WSClientI
 
             while (j < l)
             {
-              if (((AlignmentOrder) alorders.get(i))
-                      .equals((alorders.get(j))))
+              if (((AlignmentOrder) alorders.get(i)).equals((alorders
+                      .get(j))))
               {
                 alorders.remove(j);
                 l--;