indenting

This commit is contained in:
David Baker 2016-04-07 17:24:05 +01:00
parent 25cd5bb697
commit 6ec02e9ecf
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class PusherPool:
if u in self.pushers: if u in self.pushers:
for p in self.pushers[u].values(): for p in self.pushers[u].values():
deferreds.append( 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) yield defer.gatherResults(deferreds)