summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorLuke Barnard <lukeb@openmarket.com>2017-04-11 18:35:45 +0100
committerLuke Barnard <lukeb@openmarket.com>2017-04-11 18:35:45 +0100
commit7f9470906636f169f9925f8e5205dc3ffb1a057d (patch)
tree323c7388c9da27a5d98e0a84c0940d60f4349200 /synapse
parentflake8 (diff)
downloadsynapse-7f9470906636f169f9925f8e5205dc3ffb1a057d.tar.xz
travis flake8..
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py
index 3c6df5c2d2..702bd64b2e 100644
--- a/synapse/storage/events.py
+++ b/synapse/storage/events.py
@@ -2188,6 +2188,7 @@ class EventsStore(SQLBaseStore):
 
         defer.returnValue((int(res["topological_ordering"]), int(res["stream_ordering"])))
 
+
 AllNewEventsResult = namedtuple("AllNewEventsResult", [
     "new_forward_events", "new_backfill_events",
     "forward_ex_outliers", "backward_ex_outliers",