Update alias.go, format, clean imports
This commit is contained in:
@@ -8,12 +8,12 @@ import (
|
||||
|
||||
abci "github.com/tendermint/tendermint/abci/types"
|
||||
|
||||
"github.com/CosmWasm/wasmd/x/wasm/client/cli"
|
||||
"github.com/CosmWasm/wasmd/x/wasm/client/rest"
|
||||
"github.com/cosmos/cosmos-sdk/client/context"
|
||||
"github.com/cosmos/cosmos-sdk/codec"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
"github.com/cosmos/cosmos-sdk/types/module"
|
||||
"github.com/CosmWasm/wasmd/x/wasm/client/cli"
|
||||
"github.com/CosmWasm/wasmd/x/wasm/client/rest"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user