run make format (#351)

* run make format

* fix yaml

* fixes
This commit is contained in:
Federico Kunze
2020-07-02 11:19:48 -04:00
committed by GitHub
parent d4fe9b234c
commit c8b8f49675
30 changed files with 64 additions and 30 deletions
+2 -1
View File
@@ -7,11 +7,12 @@ import (
"math/big"
"testing"
"github.com/stretchr/testify/require"
ethcmn "github.com/ethereum/go-ethereum/common"
ethcons "github.com/ethereum/go-ethereum/consensus"
ethcore "github.com/ethereum/go-ethereum/core"
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/stretchr/testify/require"
)
func TestChainContextInterface(t *testing.T) {