Skip to content

Commit

Permalink
mod: remove unnecessary printf
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos authored and KarolosLykos committed Mar 8, 2024
1 parent ab17a1b commit 6b6d5bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions interactive_confirm_printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,5 @@ func (p InteractiveConfirmPrinter) getSuffix() string {
}

func (p *InteractiveConfirmPrinter) renderHelp() {
help := fmt.Sprintf("(Press enter to confirm)")

ThemeDefault.SecondaryStyle.Println(help)
ThemeDefault.SecondaryStyle.Println("(Press enter to confirm)")
}

0 comments on commit 6b6d5bd

Please sign in to comment.