summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/push/pusherpool.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/pusherpool.py b/synapse/push/pusherpool.py
index 716d9514cd..856defedac 100644
--- a/synapse/push/pusherpool.py
+++ b/synapse/push/pusherpool.py
@@ -47,7 +47,6 @@ class PusherPool:
             if p.user_name == user_name:
                 yield p.presence_changed(state)
 
-
     @defer.inlineCallbacks
     def start(self):
         pushers = yield self.store.get_all_pushers()