mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Add missing continuation indent.
This commit is contained in:
parent
5720ab59e0
commit
5940ec993b
1 changed files with 2 additions and 1 deletions
|
@ -281,7 +281,8 @@ class MessageHandler(BaseHandler):
|
|||
|
||||
d["messages"] = {
|
||||
"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(),
|
||||
"end": end_token.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue