Skip to content

Commit

Permalink
Add space between link and ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
aviddiviner committed May 20, 2016
1 parent e5f827c commit 9171749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxor_news/hacker_news.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def view(self, index, comments_query, comments,
sys.stderr.close()
self.config.save_cache()
else:
click.secho('\nOpening ' + item.url + '...',
click.secho('\nOpening ' + item.url + ' ...',
fg=self.config.clr_general)
if browser:
webbrowser.open(item.url)
Expand Down

0 comments on commit 9171749

Please sign in to comment.