Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit fb70f49

Browse files
committed
fix formatting
1 parent 52dbb92 commit fb70f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/WorkflowExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public TaskClient getTaskClient() {
238238
return taskClient;
239239
}
240240

241-
public WorkflowClient getWorkflowClient() {
241+
public WorkflowClient getWorkflowClient() {
242242
return workflowClient;
243243
}
244244
}

0 commit comments

Comments
 (0)