Skip to content

Commit 2cb49a7

Browse files
committed
fix style
1 parent e0a7aac commit 2cb49a7

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)