Checkstyle: no space inside parentheses
[odlparent.git] / bundles4-test / src / main / java / org / opendaylight / odlparent / bundles4test / TestBundleDiag.java
index d1b87d91b23331bb0dd5054fa9ef481d4b18d9e5..88a585b3762de2aed596e6f63040b6b037f4ab63 100644 (file)
@@ -57,7 +57,7 @@ public class TestBundleDiag {
                     .conditionEvaluationListener(
                         condition -> LOG.info("{} (elapsed time {}s, remaining time {}s)",
                             ((BundleDiagInfos) condition.getValue()).getSummaryText(),
-                            condition.getElapsedTimeInMS() / 1000, condition.getRemainingTimeInMS() / 1000 ))
+                            condition.getElapsedTimeInMS() / 1000, condition.getRemainingTimeInMS() / 1000))
                     .until(() -> getBundleDiagInfos(), new BundleServiceSummaryMatcher());
 
             // If we're here then either BundleServiceSummaryMatcher quit because of Active, Failure or Stopping..