summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2015-08-11 16:43:27 +0100
committerDaniel Wagner-Hall <daniel@matrix.org>2015-08-11 16:43:27 +0100
commit45610305eac1d5ce15faf0bf0482442aa896f4a6 (patch)
tree2d7801812e42f880d302c012116f2a1f888e3659 /synapse/api/auth.py
parentMinor docs cleanup (diff)
downloadsynapse-45610305eac1d5ce15faf0bf0482442aa896f4a6.tar.xz
Add missing space because linter
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py

index 0eef7442eb..a7f428a96c 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py
@@ -357,7 +357,7 @@ class Auth(object): ) return except KeyError: - pass # normal users won't have the user_id query parameter set. + pass # normal users won't have the user_id query parameter set. user_info = yield self.get_user_by_token(access_token) user = user_info["user"]