summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-10-27 12:36:58 +0100
committerRichard van der Hoff <richard@matrix.org>2017-10-27 12:36:58 +0100
commit767ff595788a03245665dcb104fbd041a8d00ca8 (patch)
tree943ff7add49e8b6d47febb737da454f393049153
parentMerge branch 'matrix-org-hotfixes' into rav/frontend_proxy_auth_header_matrix... (diff)
downloadsynapse-767ff595788a03245665dcb104fbd041a8d00ca8.tar.xz
fix trailing whitespace
-rw-r--r--synapse/app/frontend_proxy.py2
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))