Skip to content

Commit f70478d

Browse files
run spotless
1 parent e0eed91 commit f70478d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal-sdk/src/main/java/io/temporal/client/WorkflowClientInternalImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public <T> T newWorkflowStub(
164164
.setWorkflowId(workflowId)
165165
.setRunId(runId.orElse(null))
166166
.build(),
167-
true);
167+
true);
168168
}
169169

170170
public <T> T newWorkflowStub(

0 commit comments

Comments
 (0)