Skip to content

Commit

Permalink
apply code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-stankov-golang committed Feb 2, 2023
1 parent dc4266b commit 2fd7ddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batcher/batcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func (b *Batcher) batch() {
future <- ret
close(future)
}
b.done <- true
close(b.done)
}

Expand Down

0 comments on commit 2fd7ddd

Please sign in to comment.