From 93077a68388aeb6736d31b95415515c90b30c607 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 26 Aug 2025 04:29:41 -0400 Subject: [PATCH] gofmt broken file --- trie/bintrie/internal_node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/bintrie/internal_node.go b/trie/bintrie/internal_node.go index af9fce5ef9..5253772c57 100644 --- a/trie/bintrie/internal_node.go +++ b/trie/bintrie/internal_node.go @@ -20,8 +20,8 @@ import ( "errors" "fmt" - "github.com/ethereum/go-ethereum/common" "crypto/sha256" + "github.com/ethereum/go-ethereum/common" ) func keyToPath(depth int, key []byte) ([]byte, error) {