Skip to content

Commit

Permalink
Merge master into develop in preparation for deleting master
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin authored Apr 26, 2019
2 parents 050f6a6 + ea75ae5 commit 9a16e26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x/mint/client/module_client.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package client

import (
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"

sdkclient "github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/x/mint"
"github.com/cosmos/cosmos-sdk/x/mint/client/cli"
sdkclient "github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/x/mint"
"github.com/cosmos/cosmos-sdk/x/mint/client/cli"
)

type ModuleClient struct {
Expand Down

0 comments on commit 9a16e26

Please sign in to comment.