JAL-3858 improved contactInterval computation and added detailed test coverage for...
[jalview.git] / test / jalview / bin / CommandsTest2.java
index d6b6f3c..ae14c1a 100644 (file)
@@ -65,7 +65,8 @@ public class CommandsTest2
     String[] args = cmdLine.split("\\s+");
 
     CommandsTest.callJalviewMain(args);
-    while (Desktop.instance!=null && Desktop.instance.operationsAreInProgress())
+    while (Desktop.instance != null
+            && Desktop.instance.operationsAreInProgress())
     {
       try
       {