Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hallazzang committed Sep 16, 2021
1 parent 2b1f6e9 commit 76487ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/farming/client/testutil/cli_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package testutil
import (
"fmt"

dbm "github.com/tendermint/tm-db"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
Expand All @@ -17,7 +19,6 @@ import (

farmingapp "github.com/tendermint/farming/app"
farmingcli "github.com/tendermint/farming/x/farming/client/cli"
dbm "github.com/tendermint/tm-db"
)

// NewConfig returns config that defines the necessary testing requirements
Expand Down

0 comments on commit 76487ee

Please sign in to comment.