Skip to content

Commit 3988139

Browse files
author
wanglei6
committed
code fmt
1 parent 4d5f8a5 commit 3988139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pool/pool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func NewConnPool(opt *Options) *ConnPool {
9393
idleConns: make([]*Conn, 0, opt.PoolSize),
9494
closedCh: make(chan struct{}),
9595
}
96+
9697
p.connsMu.Lock()
9798
p.checkMinIdleConns()
9899
p.connsMu.Unlock()

0 commit comments

Comments
 (0)