mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
p2p/enode: gofmt
This commit is contained in:
parent
8917012331
commit
80ba1ac8b3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ import (
|
|||
|
||||
var (
|
||||
incompleteNodeURL = regexp.MustCompile("(?i)^(?:enode://)?([0-9a-f]+)$")
|
||||
lookupIPFunc = net.LookupIP
|
||||
lookupIPFunc = net.LookupIP
|
||||
)
|
||||
|
||||
// MustParseV4 parses a node URL. It panics if the URL is not valid.
|
||||
|
|
|
|||
Loading…
Reference in a new issue