comma style

pull/456/head
David Baker 2016-01-06 17:44:10 +00:00
parent 442fcc02f7
commit 09dc9854cd
1 changed files with 1 additions and 1 deletions

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)