Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
lydia-pierce committed Feb 26, 2023
1 parent c58bb60 commit 3c9d81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino
// RegisterUpgradeHandlers returns upgrade handlers
func (app *App) RegisterUpgradeHandlers(cfg module.Configurator) {
app.UpgradeKeeper.SetUpgradeHandler(UpgradeName, func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {

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

0 comments on commit 3c9d81b

Please sign in to comment.