fixed redundant newline

This commit is contained in:
John O'Keefe 2023-12-08 19:07:53 -05:00
parent cd941153c6
commit f973ce2c45

View File

@ -125,6 +125,6 @@ func main() {
pterm.DefaultSpinner.Stop()
pterm.Println("\n")
pterm.Printf("\n")
pterm.Success.Println("The answer.txt file has been successfully generated with check digits.")
}