summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2018-02-13 14:29:22 +0000
committerGitHub <noreply@github.com>2018-02-13 14:29:22 +0000
commit630caf8a703250e0f568000958faee42f9336b72 (patch)
treec55a469fa1da20b0ad816880d33c86b57ef5a92b
parentUse StateResolutionHandler to resolve state in persist events (diff)
downloadsynapse-630caf8a703250e0f568000958faee42f9336b72.tar.xz
style nit
-rw-r--r--synapse/storage/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py

index ca1d4a3986..3d5eb9bc02 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py
@@ -528,7 +528,7 @@ class EventsStore(SQLBaseStore): # I don't think this can happen, but let's double-check raise Exception( "Context for new extremity event %s has no state " - "group" % event_id, + "group" % (event_id, ), ) # If we've already seen the state group don't bother adding