delete unnecessary continue
This commit is contained in:
Родитель
65a7b17255
Коммит
f5c974be39
|
@ -348,7 +348,6 @@ func (rr *roundRobin) Get(ctx context.Context, opts BalancerGetOptions) (addr Ad
|
||||||
ch = rr.waitCh
|
ch = rr.waitCh
|
||||||
}
|
}
|
||||||
rr.mu.Unlock()
|
rr.mu.Unlock()
|
||||||
continue
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче