diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2018-02-13 14:29:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 14:29:22 +0000 |
commit | 630caf8a703250e0f568000958faee42f9336b72 (patch) | |
tree | c55a469fa1da20b0ad816880d33c86b57ef5a92b | |
parent | Use StateResolutionHandler to resolve state in persist events (diff) | |
download | synapse-630caf8a703250e0f568000958faee42f9336b72.tar.xz |
style nit
-rw-r--r-- | synapse/storage/events.py | 2 |
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 |