JAL-1645 source formatting and organise imports
[jalview.git] / src / MCview / Zsort.java
index 20f034c..6bdbafa 100755 (executable)
@@ -63,8 +63,7 @@ public class Zsort
       do
       {
         i++;
-      } while ((i < bonds.size())
-              && (bonds.elementAt(i).start[2] < x));
+      } while ((i < bonds.size()) && (bonds.elementAt(i).start[2] < x));
 
       if (i < j)
       {