Fix paranthesis indent

pull/4840/head
Andrew Morgan 2019-03-13 11:15:23 +00:00
parent cf301e37d8
commit 7e75d9644b
1 changed files with 2 additions and 1 deletions

View File

@ -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: