summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-13 11:15:23 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-13 11:15:23 +0000
commit7e75d9644bfb5d687c3b789ad2279da58e09ed7b (patch)
treec29173193b16778145c97c321a1d7c96b3866b12 /synapse
parentAdd workaround note (diff)
downloadsynapse-7e75d9644bfb5d687c3b789ad2279da58e09ed7b.tar.xz
Fix paranthesis indent
Diffstat (limited to 'synapse')
-rw-r--r--synapse/http/matrixfederationclient.py3
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: