mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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 {
|
||||
net.ping(n, n.addr())
|
||||
}
|
||||
return nil
|
||||
return nil
|
||||
})
|
||||
|
||||
case <-statsDump.C:
|
||||
|
|
|
|||
Loading…
Reference in a new issue