JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / ws / jws2 / AbstractJabaCalcWorker.java
index 4ed92fb..9d56de4 100644 (file)
@@ -345,8 +345,8 @@ public abstract class AbstractJabaCalcWorker extends AlignCalcWorker
         }
         if (collectAnnotationResultsFor(rslt))
         {
-          Console.debug("Updating result annotation from Job "
-                  + rslt + " at " + service.getUri());
+          Console.debug("Updating result annotation from Job " + rslt
+                  + " at " + service.getUri());
           updateResultAnnotation(true);
           ap.adjustAnnotationHeight();
         }