diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-13 11:15:23 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-13 11:15:23 +0000 |
commit | 7e75d9644bfb5d687c3b789ad2279da58e09ed7b (patch) | |
tree | c29173193b16778145c97c321a1d7c96b3866b12 /synapse | |
parent | Add workaround note (diff) | |
download | synapse-7e75d9644bfb5d687c3b789ad2279da58e09ed7b.tar.xz |
Fix paranthesis indent
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index d22051a47d..7efa7b7572 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -474,7 +474,8 @@ class MatrixFederationHttpClient(object): long_retries=False, timeout=None, ignore_backoff=False, backoff_on_404=False, - try_trailing_slash_on_404=False): + try_trailing_slash_on_404=False, + ): """ Sends the specifed json data using PUT Args: |