sort imports

pull/30461/head
stevemilk 22 hours ago
parent 8ef6da69a2
commit f8bc1a0d1e
  1. 2
      trie/trie_test.go

@ -21,7 +21,6 @@ import (
"encoding/binary"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/internal/testrand"
"hash"
"io"
"math/rand"
@ -36,6 +35,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/internal/testrand"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie/trienode"
"github.com/holiman/uint256"

Loading…
Cancel
Save