mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth: format (squash this)
This commit is contained in:
parent
33c0e7eede
commit
c74bd0edaf
1 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ package eth
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"math/big"
|
||||
"fmt"
|
||||
"math/big"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
|
|
@ -52,9 +52,9 @@ func accountRangeExpect(t *testing.T, trie *state.Trie, statedb *state.StateDB,
|
|||
|
||||
func TestAccountRangeAt(t *testing.T) {
|
||||
var (
|
||||
statedb = state.NewDatabase(ethdb.NewMemDatabase())
|
||||
statedb = state.NewDatabase(ethdb.NewMemDatabase())
|
||||
state, _ = state.New(common.Hash{}, statedb)
|
||||
addrs = [512]common.Address{}
|
||||
addrs = [512]common.Address{}
|
||||
)
|
||||
|
||||
for i := 0; i < 512; i++ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue