mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 11:59:22 -05:00
Fix paranthesis indent
This commit is contained in:
parent
cf301e37d8
commit
7e75d9644b
@ -474,7 +474,8 @@ class MatrixFederationHttpClient(object):
|
|||||||
long_retries=False, timeout=None,
|
long_retries=False, timeout=None,
|
||||||
ignore_backoff=False,
|
ignore_backoff=False,
|
||||||
backoff_on_404=False,
|
backoff_on_404=False,
|
||||||
try_trailing_slash_on_404=False):
|
try_trailing_slash_on_404=False,
|
||||||
|
):
|
||||||
""" Sends the specifed json data using PUT
|
""" Sends the specifed json data using PUT
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user