Add newline to end of files

This commit is contained in:
James Taylor
2019-01-06 18:20:29 -08:00
parent c80a6b5eed
commit 36e0409db4
22 changed files with 22 additions and 22 deletions

View File

@@ -450,4 +450,4 @@ def get_channel_page_general_url(env, start_response):
return b'Unknown channel page: ' + page.encode('utf-8')
start_response('200 OK', [('Content-type','text/html'),])
return result.encode('utf-8')
return result.encode('utf-8')