From 1c4f44fcdb70c989845c808143879502ff511c93 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 20 Nov 2023 08:22:32 +0100 Subject: [PATCH] eth: goimports --- eth/api_debug_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: " "}