Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 14, 2024
1 parent 3a1d3fc commit 105defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetacored/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func UpgradeHandlerVersionCmd() *cobra.Command {
return &cobra.Command{
Use: "upgrade-handler-version",
Short: "Print the default upgrade handler version",
Run: func(cmd *cobra.Command, args []string) {
Run: func(_ *cobra.Command, _ []string) {
fmt.Println(app.GetDefaultUpgradeHandlerVersion())
},
}
Expand Down

0 comments on commit 105defe

Please sign in to comment.