Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 9, 2015
1 parent 735f4d1 commit 1058a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def wrapped(*args):
context = yield from coro(*args)
if isinstance(context, web.StreamResponse):
return context

request = args[-1]
response = render_template(template_name, request, context,
app_key=app_key, encoding=encoding)
Expand Down

0 comments on commit 1058a36

Please sign in to comment.