forked from mirror/ants
🚗 Reduce a blank line
This commit is contained in:
parent
d3bcc5d10b
commit
e15105fd84
|
@ -215,7 +215,6 @@ func (p *PoolWithFunc) getWorker() *WorkerWithFunc {
|
|||
p.workers = p.workers[:l]
|
||||
break
|
||||
}
|
||||
|
||||
} else if w == nil {
|
||||
w = &WorkerWithFunc{
|
||||
pool: p,
|
||||
|
|
Loading…
Reference in New Issue