Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Sep 10, 2024
1 parent bed7b35 commit 0815887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/templates/help_flags_printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (p *HelpFlagPrinter) PrintHelpFlag(flag *flag.Flag) {
}
appendTabStr := strings.ReplaceAll(wrappedStr, "\n", "\n\t")

fmt.Fprintf(p.out, appendTabStr+"\n\n")
fmt.Fprintf(p.out, "%s\n\n", appendTabStr)
}

// writeFlag will output the help flag based
Expand Down

0 comments on commit 0815887

Please sign in to comment.