Skip to content

Commit bf75daf

Browse files
committed
Remove unreachable return in ProcessEventsUntilDrained
1 parent d1289b3 commit bf75daf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/logic/coordinator.go

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ func (c *Coordinator) ProcessEventsUntilDrained() error {
435435
}
436436
}
437437
}
438-
return nil
439438
}
440439

441440
func (c *Coordinator) InitializeWorkers(count int) {

0 commit comments

Comments
 (0)