🚗 Reduce a blank line

This commit is contained in:
Andy Pan 2019-01-26 12:29:07 +08:00
parent d3bcc5d10b
commit e15105fd84
1 changed files with 0 additions and 1 deletions

View File

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