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:10:35 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-29 16:12:40 +0000
commitacb68a39e02f405c116135400e33a3b1940a07f8 (patch)
tree4629354ff9d7091b8073558dc642ee188b16f136 /synapse/push/pusherpool.py
parentOnly send a badge-reset if the user actually has unread notifications. (diff)
downloadsynapse-acb68a39e02f405c116135400e33a3b1940a07f8.tar.xz
Code style fixes.
Diffstat (limited to 'synapse/push/pusherpool.py')
-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)