Skip to content

Commit

Permalink
chore: apply the import ordering rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Feb 9, 2023
1 parent 88b327c commit 7ea47f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/feegrant/simulation/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import (
"github.com/stretchr/testify/suite"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"

ocabci "github.com/line/ostracon/abci/types"

"github.com/line/lbm-sdk/simapp"
simappparams "github.com/line/lbm-sdk/simapp/params"
sdk "github.com/line/lbm-sdk/types"
simtypes "github.com/line/lbm-sdk/types/simulation"
"github.com/line/lbm-sdk/x/feegrant"
"github.com/line/lbm-sdk/x/feegrant/simulation"
ocabci "github.com/line/ostracon/abci/types"
)

type SimTestSuite struct {
Expand Down

0 comments on commit 7ea47f3

Please sign in to comment.