diff options
author | Jeroen <vo.jeroen@gmail.com> | 2018-06-25 12:31:16 +0200 |
---|---|---|
committer | Jeroen <vo.jeroen@gmail.com> | 2018-06-25 12:31:16 +0200 |
commit | 07b4f88de9ee534629db29aa4fc398607e7d866e (patch) | |
tree | d59cfabe4decd1c260fb6864f6fc897bad6aceda /synapse/http/matrixfederationclient.py | |
parent | send SNI for federation requests (diff) | |
download | synapse-07b4f88de9ee534629db29aa4fc398607e7d866e.tar.xz |
formatting changes for pep8
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 66796a202f..b48d05fcd2 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -69,7 +69,7 @@ class MatrixFederationEndpointFactory(object): return matrix_federation_endpoint( reactor, destination, timeout=10, - tls_client_options_factory = self.tls_client_options_factory + tls_client_options_factory=self.tls_client_options_factory ) |