eth: format (squash this)

This commit is contained in:
Jared Wasinger 2019-03-22 09:53:18 -07:00 committed by Guillaume Ballet
parent 33c0e7eede
commit c74bd0edaf

View file

@ -18,8 +18,8 @@ package eth
import ( import (
"bytes" "bytes"
"math/big"
"fmt" "fmt"
"math/big"
"reflect" "reflect"
"testing" "testing"
@ -52,9 +52,9 @@ func accountRangeExpect(t *testing.T, trie *state.Trie, statedb *state.StateDB,
func TestAccountRangeAt(t *testing.T) { func TestAccountRangeAt(t *testing.T) {
var ( var (
statedb = state.NewDatabase(ethdb.NewMemDatabase()) statedb = state.NewDatabase(ethdb.NewMemDatabase())
state, _ = state.New(common.Hash{}, statedb) state, _ = state.New(common.Hash{}, statedb)
addrs = [512]common.Address{} addrs = [512]common.Address{}
) )
for i := 0; i < 512; i++ { for i := 0; i < 512; i++ {