Skip to content

Commit ffe6726

Browse files
committed
format
1 parent 612f421 commit ffe6726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/internal_task_pollers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func newWorkflowTaskPoller(
291291
params workerExecutionParameters,
292292
) *workflowTaskPoller {
293293
/*
294-
Explicit nil handling is needed here. Otherwise, poller.ldaTunnel would not return a nil result
294+
Explicit nil handling is needed here. Otherwise, poller.ldaTunnel would not return a nil result
295295
*/
296296
var ldaTunnelInterface localDispatcher
297297
if ldaTunnel != nil {

0 commit comments

Comments
 (0)