Go Formatting update (#648)

* make fmt

* changelog update
This commit is contained in:
fkneeland-figure
2021-10-21 06:54:16 -06:00
committed by GitHub
parent 2abbc00baf
commit dd390d7f5f
89 changed files with 298 additions and 175 deletions

View File

@@ -3,7 +3,10 @@ package app
import (
"encoding/json"
"fmt"
"github.com/CosmWasm/wasmd/x/wasm"
"os"
"path/filepath"
"testing"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/simapp"
sdk "github.com/cosmos/cosmos-sdk/types"
@@ -26,9 +29,8 @@ import (
"github.com/tendermint/tendermint/libs/log"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
dbm "github.com/tendermint/tm-db"
"os"
"path/filepath"
"testing"
"github.com/CosmWasm/wasmd/x/wasm"
)
// Get flags every time the simulator is run