Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed May 23, 2023
1 parent fc3f273 commit 9521ecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/ccv/provider/keeper/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
v2providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
v1ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
v2ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
v1providertypes "github.com/cosmos/interchain-security/x/ccv/provider/types"
v1ccvtypes "github.com/cosmos/interchain-security/x/ccv/types"
)

// Migrator is a struct for handling in-place store migrations.
Expand All @@ -21,7 +21,8 @@ type Migrator struct {

// NewMigrator returns a new Migrator.
func NewMigrator(ccvProviderKeeper Keeper, stakingKeeper v2ccvtypes.StakingKeeper,
ccvProviderParamSpace paramtypes.Subspace) Migrator {
ccvProviderParamSpace paramtypes.Subspace,
) Migrator {
return Migrator{ccvProviderKeeper: ccvProviderKeeper, ccvProviderParamSpace: ccvProviderParamSpace}
}

Expand Down

0 comments on commit 9521ecb

Please sign in to comment.