1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-11 17:18:28 +02:00
This commit is contained in:
Asim Aslam 2019-09-04 11:58:25 +01:00
parent 66db0ac52c
commit a24818ee54

View File

@ -66,7 +66,7 @@ func (l *link) run() {
}
l.RUnlock()
// if nothing to kill don't both with a wasted lock
// if nothing to kill don't bother with a wasted lock
if len(kill) == 0 {
continue
}