From c0aeda9fdd40063c9ca8ddea5d48364a9235f475 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 22 Jul 2025 14:12:28 +0200 Subject: [PATCH] p2p/rlpx: gofmt --- p2p/rlpx/rlpx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/rlpx/rlpx.go b/p2p/rlpx/rlpx.go index 41c5627947..c074534d4d 100644 --- a/p2p/rlpx/rlpx.go +++ b/p2p/rlpx/rlpx.go @@ -33,12 +33,12 @@ import ( "net" "time" + "github.com/ethereum/go-ethereum/common/bitutil" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/ethereum/go-ethereum/rlp" "github.com/golang/snappy" "golang.org/x/crypto/sha3" - "github.com/ethereum/go-ethereum/common/bitutil" ) // Conn is an RLPx network connection. It wraps a low-level network connection. The