Skip to content

Commit

Permalink
Fix redundant new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed May 21, 2024
1 parent 1d2e97b commit a0a6929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func showWelcomeMessage() {
fmt.Println(art.YellowColor, artImage, art.WhiteColor)
fmt.Println(`🐶 WOOF CORGI 🐶 says:`)
fmt.Println(art.CyanColor, utils.GetRandomQuote(), art.WhiteColor)
fmt.Println("\n\n\n\n")
fmt.Println()
fmt.Println()
}

Expand Down

0 comments on commit a0a6929

Please sign in to comment.