Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Apr 16, 2024
1 parent 226d04f commit 50da483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ func (app *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.Respo
// Version changes must be increasing. Downgrades are not permitted
if newVersion > currentVersion {
app.SetAppVersion(ctx, newVersion)
app.SignalKeeper.ResetTally(ctx)
app.SignalKeeper.ResetTally(ctx)
}
}
return res
Expand Down

0 comments on commit 50da483

Please sign in to comment.