mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 14:43:51 +01:00
Closing brace on following line
This commit is contained in:
parent
f09db236b1
commit
07caa749bf
1 changed files with 2 additions and 1 deletions
|
@ -646,7 +646,8 @@ class Auth(object):
|
|||
request.authenticated_entity = user.to_string()
|
||||
|
||||
defer.returnValue(synapse.types.create_requester(
|
||||
user, token_id, is_guest, device_id, app_service=app_service))
|
||||
user, token_id, is_guest, device_id, app_service=app_service)
|
||||
)
|
||||
except KeyError:
|
||||
raise AuthError(
|
||||
self.TOKEN_NOT_FOUND_HTTP_STATUS, "Missing access token.",
|
||||
|
|
Loading…
Reference in a new issue