Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Oct 4, 2024
1 parent 7e8983d commit 1ac4091
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 @@ -69,7 +69,7 @@ func (app *App) registerUpgrade0_1_4(_ upgradetypes.Plan) {
)
}

// nolint: all
//nolint: all
func (app *App) registerUpgrade0_2_0(upgradeInfo upgradetypes.Plan) {
const planName = "v0.2.0"

Expand Down

0 comments on commit 1ac4091

Please sign in to comment.