mirror of
https://github.com/charmbracelet/glow
synced 2024-11-05 16:23:00 +00:00
Silence this Go linter message
This commit is contained in:
parent
25340455a7
commit
359828a719
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -164,7 +164,7 @@ func execute(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
boba.ExitAltScreen()
|
||||
|
||||
fmt.Println("\n Thanks for using Glow!\n")
|
||||
fmt.Printf("\n Thanks for using Glow!\n\n")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue