Skip to content

Commit

Permalink
lint: make lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Apr 29, 2024
1 parent fc30a95 commit fce3a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions testing/mock/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"cosmossdk.io/depinject"
storetypes "cosmossdk.io/store/types"

capabilitykeeper "github.com/cosmos/ibc-go/modules/capability/keeper"

modulev1 "github.com/cosmos/ibc-go/api/mock/module/v1"
capabilitykeeper "github.com/cosmos/ibc-go/modules/capability/keeper"
porttypes "github.com/cosmos/ibc-go/v8/modules/core/05-port/types"
)

Expand Down
4 changes: 2 additions & 2 deletions testing/mock/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import (

"cosmossdk.io/core/appmodule"

abci "github.com/cometbft/cometbft/abci/types"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"

abci "github.com/cometbft/cometbft/abci/types"

host "github.com/cosmos/ibc-go/v8/modules/core/24-host"
)

Expand Down

0 comments on commit fce3a30

Please sign in to comment.