p2p/enode: gofmt

This commit is contained in:
Felix Lange 2019-11-07 15:42:09 +01:00
parent 8917012331
commit 80ba1ac8b3

View file

@ -33,7 +33,7 @@ import (
var ( var (
incompleteNodeURL = regexp.MustCompile("(?i)^(?:enode://)?([0-9a-f]+)$") 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. // MustParseV4 parses a node URL. It panics if the URL is not valid.