diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2015-08-11 16:43:27 +0100 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2015-08-11 16:43:27 +0100 |
commit | 45610305eac1d5ce15faf0bf0482442aa896f4a6 (patch) | |
tree | 2d7801812e42f880d302c012116f2a1f888e3659 /synapse/api | |
parent | Minor docs cleanup (diff) | |
download | synapse-45610305eac1d5ce15faf0bf0482442aa896f4a6.tar.xz |
Add missing space because linter
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 2 |
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"] |