From 15c5ee430c1aa055e555e248b3b8559c3b5962e9 Mon Sep 17 00:00:00 2001 From: Lehmann_Fabian Date: Mon, 2 Jun 2025 10:46:41 +0200 Subject: [PATCH] Remove semicolon Signed-off-by: Lehmann_Fabian --- plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy b/plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy index 4288781..54ca23b 100644 --- a/plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy +++ b/plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy @@ -162,7 +162,7 @@ class CWSK8sExecutor extends K8sExecutor implements ExtensionPoint { final CWSK8sConfig cwsK8sConfig = k8sConfig as CWSK8sConfig final CWSK8sConfig.K8sScheduler schedulerConfig = cwsK8sConfig.getScheduler() - schedulerClient.publishRemaining(); + schedulerClient.publishRemaining() if ( getCWSConfig().strategyIsLocationAware() ) { int remaining