Remove trailing newline

This commit is contained in:
Florian Bruhin 2016-07-29 09:05:25 +02:00
parent 943cd6ff48
commit af704439d9

View File

@ -254,7 +254,7 @@ class CommandDispatcher:
try:
url = urlutils.fuzzy_url(url)
except urlutils.InvalidUrlError as e:
# We don't use cmdexc.CommandError here as this can be
# We don't use cmdexc.CommandError here as this can be
# called async from edit_url
message.error(self._win_id, str(e))
return