mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 13:44:24 +00:00
Fix paranthesis indent
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user