Skip to content

Commit 11980f8

Browse files
committed
Fix linter (closer)
1 parent 1580f7e commit 11980f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

closer/closer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (c *closer) Err() error {
131131
}
132132
}
133133

134-
func (c *closer) CloseAll() {
134+
func (c *closer) CloseAll() { //nolint:gocognit
135135
c.once.Do(func() {
136136
defer close(c.done)
137137

0 commit comments

Comments
 (0)