Silence this Go linter message

This commit is contained in:
Christian Rocha 2020-05-13 19:22:46 -04:00 committed by Christian Muehlhaeuser
parent 25340455a7
commit 359828a719

View file

@ -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
}