Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Jan 12, 2024
1 parent c20a602 commit 96da528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
app.registerUpgrade6_4(upgradeInfo)
}

func (app *UmeeApp) registerUpgrade6_4(upgradeInfo upgradetypes.Plan) {
func (app *UmeeApp) registerUpgrade6_4(_ upgradetypes.Plan) {
planName := "v6.4"

app.UpgradeKeeper.SetUpgradeHandler(planName,
Expand Down

0 comments on commit 96da528

Please sign in to comment.