JAL-34 - quick hack to see how we can do alignment comparison for splitframes linking...
[jalview.git] / src / jalview / ws / rest / RestClient.java
index 450f1b4..2a39c57 100644 (file)
@@ -134,7 +134,8 @@ public class RestClient extends WSClient
   @Override
   public void cancelJob()
   {
-    jalview.bin.Console.errPrintln("Cannot cancel this job type: " + service);
+    jalview.bin.Console
+            .errPrintln("Cannot cancel this job type: " + service);
   }
 
   @Override