eth: goimports

This commit is contained in:
Martin Holst Swende 2023-11-20 08:22:32 +01:00
parent 87aa2e5aef
commit 1c4f44fcdb
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -21,6 +21,7 @@ import (
"fmt" "fmt"
"math/big" "math/big"
"reflect" "reflect"
"strings"
"testing" "testing"
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
@ -31,7 +32,6 @@ import (
"github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/trie" "github.com/ethereum/go-ethereum/trie"
"golang.org/x/exp/slices" "golang.org/x/exp/slices"
"strings"
) )
var dumper = spew.ConfigState{Indent: " "} var dumper = spew.ConfigState{Indent: " "}