Add missing continuation indent.

This commit is contained in:
Erik Johnston 2015-01-08 13:59:29 +00:00
parent 5720ab59e0
commit 5940ec993b

View File

@ -281,7 +281,8 @@ class MessageHandler(BaseHandler):
d["messages"] = { d["messages"] = {
"chunk": [ "chunk": [
self.hs.serialize_event(m, trim_events) for m in messages self.hs.serialize_event(m, trim_events)
for m in messages
], ],
"start": start_token.to_string(), "start": start_token.to_string(),
"end": end_token.to_string(), "end": end_token.to_string(),