summary refs log tree commit diff
path: root/synapse/http/endpoint.py
diff options
context:
space:
mode:
authorJeroen <vo.jeroen@gmail.com>2018-06-25 12:31:16 +0200
committerJeroen <vo.jeroen@gmail.com>2018-06-25 12:31:16 +0200
commit07b4f88de9ee534629db29aa4fc398607e7d866e (patch)
treed59cfabe4decd1c260fb6864f6fc897bad6aceda /synapse/http/endpoint.py
parentsend SNI for federation requests (diff)
downloadsynapse-07b4f88de9ee534629db29aa4fc398607e7d866e.tar.xz
formatting changes for pep8
Diffstat (limited to 'synapse/http/endpoint.py')
-rw-r--r--synapse/http/endpoint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/http/endpoint.py b/synapse/http/endpoint.py
index e783f95719..abf4862084 100644
--- a/synapse/http/endpoint.py
+++ b/synapse/http/endpoint.py
@@ -44,7 +44,8 @@ def matrix_federation_endpoint(reactor, destination, tls_client_options_factory=
     Args:
         reactor: Twisted reactor.
         destination (bytes): The name of the server to connect to.
-        tls_client_options_factory (synapse.crypto.context_factory.ClientTLSOptionsFactory): 
+        tls_client_options_factory
+            (synapse.crypto.context_factory.ClientTLSOptionsFactory):
             Factory which generates TLS options for client connections.
         timeout (int): connection timeout in seconds
     """