goimports -w

This commit is contained in:
Ian Norden
2019-12-02 13:24:50 -06:00
parent 671a324294
commit 5ebe2243d8
42 changed files with 257 additions and 40 deletions
+2 -1
View File
@@ -17,9 +17,10 @@
package fakes
import (
"github.com/ethereum/go-ethereum/common"
"math/big"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/core/types"
. "github.com/onsi/gomega"