Skip to content

Commit 05cf637

Browse files
committed
gofumpt internal/pool/errors.go
1 parent 7cab7e0 commit 05cf637

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/pool/errors.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ import (
44
"errors"
55
)
66

7-
var (
8-
errClosedPool = errors.New("closed pool")
9-
)
7+
var errClosedPool = errors.New("closed pool")

0 commit comments

Comments
 (0)