Apply go fmt changes

This commit is contained in:
Elizabeth Engelman 2019-02-13 09:01:31 -06:00 committed by Ian Norden
parent 9ec5d29256
commit 9774f934d2
2 changed files with 1 additions and 2 deletions

View File

@ -1883,7 +1883,7 @@ func TestProcessingStateDiffs(t *testing.T) {
}
}
func containsRootHash(collection []common.Hash, hash common.Hash) bool{
func containsRootHash(collection []common.Hash, hash common.Hash) bool {
for _, n := range collection {
if n == hash {
return true

View File

@ -7,7 +7,6 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/statediff/builder"
"github.com/ethereum/go-ethereum/crypto"
)
func AddressToLeafKey(address common.Address) common.Hash {