fix format

pull/4691/head
neil 2023-07-08 11:19:09 +08:00
parent 299a157409
commit 09041fb81d
1 changed files with 2 additions and 2 deletions

View File

@ -2224,8 +2224,8 @@ _send_signed_request() {
_body="$response"
if [ "$needbase64" ]; then
_body="$(echo "$_body" | _dbase64 multiline)"
_debug3 _body "$_body"
_body="$(echo "$_body" | _dbase64 multiline)"
_debug3 _body "$_body"
fi
_retryafter=$(echo "$responseHeaders" | grep -i "^Retry-After *: *[0-9]\+ *" | cut -d : -f 2 | tr -d ' ' | tr -d '\r')