Skip to content

Commit

Permalink
Merge pull request #1337 from cmcaine/fix-error-msg
Browse files Browse the repository at this point in the history
Fix whitespace in error message
  • Loading branch information
sjsadowski committed Oct 1, 2018
2 parents 076cf51 + bcc11fa commit fafe23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def response(handler):
return handler
else:
raise ValueError(
'Required parameter `request` missing'
'Required parameter `request` missing '
'in the {0}() route?'.format(
handler.__name__))

Expand Down

0 comments on commit fafe23d

Please sign in to comment.