0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 17:38:19 +02:00

comma style

This commit is contained in:
David Baker 2016-01-06 17:44:10 +00:00
parent 442fcc02f7
commit 09dc9854cd

View file

@ -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)