Skip to content

Commit fb14937

Browse files
committed
chore: make linter happy
1 parent eadfe9c commit fb14937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func init() {
4242
rootCmd.AddCommand(versionCmd)
4343
}
4444

45-
func root(cmd *cobra.Command, _ []string) {
45+
func root(_ *cobra.Command, _ []string) {
4646
config, err := config.Load("")
4747
if err != nil {
4848
log.Fatal("Failed to load config", "err", err)

0 commit comments

Comments
 (0)