Skip to content

Commit

Permalink
fix: linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Jul 23, 2024
1 parent fb66c18 commit a411ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func New() *cobra.Command {
SilenceErrors: true,
DisableAutoGenTag: true,
CompletionOptions: cobra.CompletionOptions{DisableDefaultCmd: true},
RunE: func(cmd *cobra.Command, args []string) error {
RunE: func(_ *cobra.Command, _ []string) error {
return nil
},
}
Expand Down

0 comments on commit a411ac5

Please sign in to comment.