summary refs log tree commit diff
path: root/synapse/push/pusherpool.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-29 16:18:34 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-29 16:18:34 +0000
commit295322048d7dc71ca008d85024cb538eec1e2b1a (patch)
treeaa780f1ea48cab989d2802673f76b5e7e5aca285 /synapse/push/pusherpool.py
parentFix code-style (diff)
parentCode style fixes. (diff)
downloadsynapse-295322048d7dc71ca008d85024cb538eec1e2b1a.tar.xz
Merge branch 'develop' into client_v2_filter
Diffstat (limited to '')
-rw-r--r--synapse/push/pusherpool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/pusherpool.py b/synapse/push/pusherpool.py
index 856defedac..4892c21e7b 100644
--- a/synapse/push/pusherpool.py
+++ b/synapse/push/pusherpool.py
@@ -149,4 +149,4 @@ class PusherPool:
             logger.info("Stopping pusher %s", fullid)
             self.pushers[fullid].stop()
             del self.pushers[fullid]
-        yield self.store.delete_pusher_by_app_id_pushkey(app_id, pushkey)
\ No newline at end of file
+        yield self.store.delete_pusher_by_app_id_pushkey(app_id, pushkey)