mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-04 23:32:55 +00:00
p2p/discv5: gofmt
This commit is contained in:
parent
89fe24bbcc
commit
edc39aaedf
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ loop:
|
||||||
if n.state == unknown {
|
if n.state == unknown {
|
||||||
net.ping(n, n.addr())
|
net.ping(n, n.addr())
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
case <-statsDump.C:
|
case <-statsDump.C:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue