mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
style nit
This commit is contained in:
parent
ebfe64e3d6
commit
630caf8a70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user