summary refs log tree commit diff
path: root/synapse/storage/events.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-27 17:11:04 +0000
committerErik Johnston <erik@matrix.org>2016-01-27 17:33:27 +0000
commite7febf4fbb1f1beb11e7a03252f6844f84af7f30 (patch)
tree9bbfdf70eda21d291b02b1cec3263be61ea8c7aa /synapse/storage/events.py
parentUse the same path for incremental with gap or without gap (diff)
downloadsynapse-e7febf4fbb1f1beb11e7a03252f6844f84af7f30.tar.xz
PEP8
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r--synapse/storage/events.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py
index 0dd1daaa2e..80187722ea 100644
--- a/synapse/storage/events.py
+++ b/synapse/storage/events.py
@@ -128,7 +128,9 @@ class EventsStore(SQLBaseStore):
                     is_new_state=is_new_state,
                     current_state=current_state,
                 )
-                self._events_stream_cache.room_has_changed(None, event.room_id, stream_ordering)
+                self._events_stream_cache.room_has_changed(
+                    None, event.room_id, stream_ordering
+                )
         except _RollbackButIsFineException:
             pass