mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add missing continuation indent.
This commit is contained in:
parent
5720ab59e0
commit
5940ec993b
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user