summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-27 20:19:36 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-27 20:19:36 +0000
commite020574d65a994858ac53c45070ae5016090d2f3 (patch)
tree0d759eb3f0883e0341c81f0bc1268ec175d02e11 /synapse/storage
parentWait for events if the incremental sync is empty and a timeout is given (diff)
downloadsynapse-e020574d65a994858ac53c45070ae5016090d2f3.tar.xz
Fix Formatting
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/stream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py
index 06aca1a4e5..db1816ea84 100644
--- a/synapse/storage/stream.py
+++ b/synapse/storage/stream.py
@@ -289,7 +289,6 @@ class StreamStore(SQLBaseStore):
                 " LIMIT ?"
             )
 
-
         def get_recent_events_for_room_txn(txn):
             if from_token is None:
                 txn.execute(sql, (room_id, end_token.stream, limit,))