Skip to content

Commit

Permalink
add extra new line after every pretty subreddit
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jul 22, 2014
1 parent 1111205 commit eda75f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire.go
Expand Up @@ -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()
}
Expand Down

0 comments on commit eda75f0

Please sign in to comment.