Skip to content

Commit 15c5ee4

Browse files
Remove semicolon
Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
1 parent 81068a1 commit 15c5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class CWSK8sExecutor extends K8sExecutor implements ExtensionPoint {
162162
final CWSK8sConfig cwsK8sConfig = k8sConfig as CWSK8sConfig
163163
final CWSK8sConfig.K8sScheduler schedulerConfig = cwsK8sConfig.getScheduler()
164164

165-
schedulerClient.publishRemaining();
165+
schedulerClient.publishRemaining()
166166

167167
if ( getCWSConfig().strategyIsLocationAware() ) {
168168
int remaining

0 commit comments

Comments
 (0)