diff --git a/eth/api_debug_test.go b/eth/api_debug_test.go index cc70ae9df2..184b90dd09 100644 --- a/eth/api_debug_test.go +++ b/eth/api_debug_test.go @@ -21,6 +21,7 @@ import ( "fmt" "math/big" "reflect" + "strings" "testing" "github.com/davecgh/go-spew/spew" @@ -31,7 +32,6 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/trie" "golang.org/x/exp/slices" - "strings" ) var dumper = spew.ConfigState{Indent: " "}