Skip to content

Commit

Permalink
Remove spaces in blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
panuta committed Jan 18, 2018
1 parent 7d0879e commit 2a9590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_devtools/runserver/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def _handle(self, request):
# Inject CORS headers to allow webfonts to load correctly
response.headers['Access-Control-Allow-Methods'] = 'GET'
response.headers['Access-Control-Allow-Origin'] = '*'

status, length = response.status, response.content_length
finally:
logger = aux_logger.info if status in {200, 304} else aux_logger.warning
Expand Down

0 comments on commit 2a9590e

Please sign in to comment.