mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-10 18:57:32 +08:00
simplify range traversal
This commit is contained in:
parent
19ca2cc553
commit
de96e3f88e
@ -3469,7 +3469,7 @@ func TestBloomRouting(t *testing.T) {
|
||||
}
|
||||
|
||||
go func() {
|
||||
for _ = range sub {
|
||||
for range sub {
|
||||
select {
|
||||
case err := <-errch:
|
||||
if err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user