Skip to content

Commit 1058a36

Browse files
committed
Whitespace cleanup
1 parent 735f4d1 commit 1058a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def wrapped(*args):
8282
context = yield from coro(*args)
8383
if isinstance(context, web.StreamResponse):
8484
return context
85-
85+
8686
request = args[-1]
8787
response = render_template(template_name, request, context,
8888
app_key=app_key, encoding=encoding)

0 commit comments

Comments
 (0)