Skip to content

Commit 13d3a8e

Browse files
committed
chore: lint
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent cd1000b commit 13d3a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/melt/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var (
5858
be used to rebuild your public and private keys.`,
5959
Args: cobra.MaximumNArgs(1),
6060
SilenceUsage: true,
61-
RunE: func(cmd *cobra.Command, args []string) error {
61+
RunE: func(_ *cobra.Command, args []string) error {
6262
if err := setLanguage(language); err != nil {
6363
return err
6464
}

0 commit comments

Comments
 (0)