forked from MirrorHub/synapse
indenting
This commit is contained in:
parent
25cd5bb697
commit
6ec02e9ecf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue