Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed May 13, 2023
1 parent b63aa6e commit 10882bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channel/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func (c *Channel) Close() error {

go func() {
c.done <- struct{}{}

close(ch)
}()

Expand Down

0 comments on commit 10882bf

Please sign in to comment.