mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-09 08:02:10 +00:00
comma style
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user