Remove trailing space from dictionary

This commit is contained in:
David Shirley
2015-01-16 11:28:47 -08:00
parent d7180a9df8
commit 548e4df1f2
+1 -1
View File
@@ -537,7 +537,7 @@ def stream_random_bytes(n):
yield(bytes(chunks))
headers = {'Transfer-Encoding': 'chunked',
'Content-Type': 'application/octet-stream' }
'Content-Type': 'application/octet-stream'}
return Response(generate_bytes(), headers=headers)