diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-10-27 12:36:58 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-10-27 12:36:58 +0100 |
commit | 767ff595788a03245665dcb104fbd041a8d00ca8 (patch) | |
tree | 943ff7add49e8b6d47febb737da454f393049153 | |
parent | Merge branch 'matrix-org-hotfixes' into rav/frontend_proxy_auth_header_matrix... (diff) | |
download | synapse-767ff595788a03245665dcb104fbd041a8d00ca8.tar.xz |
fix trailing whitespace
-rw-r--r-- | synapse/app/frontend_proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/frontend_proxy.py b/synapse/app/frontend_proxy.py index e1756f2727..0e770900ff 100644 --- a/synapse/app/frontend_proxy.py +++ b/synapse/app/frontend_proxy.py @@ -69,7 +69,7 @@ class PresenceStatusStubServlet(ClientV1RestServlet): } result = yield self.http_client.get_json( self.main_uri + request.uri, - headers=headers, + headers=headers, ) defer.returnValue((200, result)) |