Skip to content

Commit

Permalink
fix bracket alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Oct 19, 2022
1 parent 57239b6 commit 54ec2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/v5-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func CreateUpgradeHandler(
return func(ctx sdk.Context, _ upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
if err := v6.MigrateICS27ChannelCapability(ctx, cdc, capabilityStoreKey, capabilityKeeper, moduleName); err != nil {
return nil, err
}
}

return mm.RunMigrations(ctx, configurator, vm)
}
Expand Down

0 comments on commit 54ec2f2

Please sign in to comment.