summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 1891cd088c..5ca2606443 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -537,7 +537,6 @@ class SyncHandler(BaseHandler):
 
         defer.returnValue(room_sync)
 
-
     @defer.inlineCallbacks
     def get_state_at_previous_sync(self, room_id, since_token):
         """ Get the room state at the previous sync the client made.