Skip to content

Commit 8a790b2

Browse files
committed
fix: lint
Signed-off-by: Matheus André <92062874+matheusandre1@users.noreply.github.com>
1 parent 98a4bf7 commit 8a790b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fluent/spec/src/main/java/io/serverlessworkflow/fluent/spec/spi/WorkflowTaskFluent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ default SELF await(boolean await) {
6464
default SELF returnType(RunTaskConfiguration.ProcessReturnType returnType) {
6565
((WorkflowTaskBuilder) this.self()).config().setReturn(returnType);
6666
return self();
67-
}
67+
}
6868
}

0 commit comments

Comments
 (0)