diff --git a/fire.go b/fire.go index e89d8da..3f2c092 100644 --- a/fire.go +++ b/fire.go @@ -209,7 +209,7 @@ func prettyOutput(subreddits []*Subreddit) { ct.ChangeColor(ct.Magenta, false, ct.None, false) fmt.Print(entry.URL) } - fmt.Print("\n") + fmt.Print("\n\n") } ct.ResetColor() }