🚗 Reduce a blank line

This commit is contained in:
Andy Pan 2019-01-26 12:29:07 +08:00
parent d3bcc5d10b
commit e15105fd84

View File

@ -215,7 +215,6 @@ func (p *PoolWithFunc) getWorker() *WorkerWithFunc {
p.workers = p.workers[:l] p.workers = p.workers[:l]
break break
} }
} else if w == nil { } else if w == nil {
w = &WorkerWithFunc{ w = &WorkerWithFunc{
pool: p, pool: p,