Skip to content

Commit f36797b

Browse files
committed
fix linter issue
1 parent 2b0d97b commit f36797b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/conn/pool.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ func (p *Pool) Release(ctx context.Context) error {
140140

141141
var (
142142
errCh = make(chan error, len(conns))
143-
wg sync.WaitGroup
143+
wg sync.WaitGroup
144144
)
145-
145+
146146
wg.Add(len(conns))
147147
for _, c := range conns {
148148
go func(c closer.Closer) {

0 commit comments

Comments
 (0)