Apply go fmt updates to statediff pkg

This commit is contained in:
Elizabeth Engelman 2019-01-28 12:48:34 -06:00
parent b6dc2d509e
commit 16ee9a519a
2 changed files with 14 additions and 14 deletions

View File

@ -1,11 +1,11 @@
package mocks
import (
"errors"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
"errors"
)
type BlockChain struct {