0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 01:18:25 +02:00

indenting

This commit is contained in:
David Baker 2016-04-07 17:24:05 +01:00
parent 25cd5bb697
commit 6ec02e9ecf

View file

@ -155,7 +155,7 @@ class PusherPool:
if u in self.pushers:
for p in self.pushers[u].values():
deferreds.append(
p.on_new_receipts(min_stream_id, max_stream_id)
p.on_new_receipts(min_stream_id, max_stream_id)
)
yield defer.gatherResults(deferreds)