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
+1 -1
View File
@@ -24,9 +24,9 @@ import (
"github.com/cosmos/cosmos-sdk/x/slashing"
"github.com/cosmos/cosmos-sdk/x/staking"
"github.com/cosmos/cosmos-sdk/x/supply"
ethermintcodec "github.com/cosmos/ethermint/codec"
"github.com/cosmos/ethermint/app/ante"
ethermintcodec "github.com/cosmos/ethermint/codec"
eminttypes "github.com/cosmos/ethermint/types"
"github.com/cosmos/ethermint/x/evm"
"github.com/cosmos/ethermint/x/faucet"
+2 -2
View File
@@ -5,12 +5,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"
"github.com/cosmos/cosmos-sdk/codec"
abci "github.com/tendermint/tendermint/abci/types"
)
func TestEthermintAppExport(t *testing.T) {
+1
View File
@@ -8,6 +8,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"