mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 17:36:59 +00:00
comma style
This commit is contained in:
parent
442fcc02f7
commit
09dc9854cd
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class RegistrationHandler(BaseHandler):
|
|||
token=token,
|
||||
password_hash=password_hash,
|
||||
was_guest=guest_access_token is not None,
|
||||
make_guest=make_guest
|
||||
make_guest=make_guest,
|
||||
)
|
||||
|
||||
yield registered_user(self.distributor, user)
|
||||
|
|
Loading…
Add table
Reference in a new issue