p2p/discv5: gofmt

This commit is contained in:
Péter Szilágyi 2018-11-27 14:50:47 +02:00
parent 89fe24bbcc
commit edc39aaedf
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

@ -571,7 +571,7 @@ loop:
if n.state == unknown {
net.ping(n, n.addr())
}
return nil
return nil
})
case <-statsDump.C: