Skip to content

Commit b394832

Browse files
committed
fix style
Signed-off-by: salaboy <[email protected]>
1 parent 71c41fc commit b394832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-workflows/src/main/java/io/dapr/workflows/client/DaprWorkflowClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void resumeWorkflow(String workflowInstanceId, @Nullable String reason) {
239239
try {
240240
this.innerClient.resumeInstance(workflowInstanceId, reason);
241241
} finally {
242-
span.end();
242+
span.end();
243243
}
244244
}
245245

0 commit comments

Comments
 (0)