mirror of
https://github.com/redis/go-redis.git
synced 2025-08-01 16:06:54 +03:00
gofmt
This commit is contained in:
@ -319,7 +319,7 @@ func (p *ConnPool) reaper(frequency time.Duration) {
|
||||
ticker := time.NewTicker(frequency)
|
||||
defer ticker.Stop()
|
||||
|
||||
for _ = range ticker.C {
|
||||
for range ticker.C {
|
||||
if p.closed() {
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user