From 21d50744d304d2b36e1d099ae82e9060479b0362 Mon Sep 17 00:00:00 2001 From: thinkAfCod Date: Tue, 23 Jul 2024 17:14:08 +0800 Subject: [PATCH] fix format --- p2p/discover/portal_protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/discover/portal_protocol.go b/p2p/discover/portal_protocol.go index 1a29cd704398..21cd76389b84 100644 --- a/p2p/discover/portal_protocol.go +++ b/p2p/discover/portal_protocol.go @@ -9,7 +9,6 @@ import ( "encoding/binary" "errors" "fmt" - "github.com/ethereum/go-ethereum/common" "io" "math/big" "math/rand" @@ -21,6 +20,7 @@ import ( "sync/atomic" "time" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/mclock" "github.com/ethereum/go-ethereum/p2p/discover/v5wire"