summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-10-19 17:48:58 +0100
committerMark Haines <mark.haines@matrix.org>2015-10-19 17:48:58 +0100
commit51d03e65b2d481a59dfb08e6c75aa349fca71fe6 (patch)
treebe5a67471819308942a291f35f53119c94f6c46c /synapse
parentAdd rooms that the user has left under archived in v2 sync. (diff)
downloadsynapse-51d03e65b2d481a59dfb08e6c75aa349fca71fe6.tar.xz
Fix pep8
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.