Commit a0ec5b18 authored by neilpang's avatar neilpang
Browse files

fx format

parent f2acdd27
...@@ -1897,7 +1897,7 @@ _send_signed_request() { ...@@ -1897,7 +1897,7 @@ _send_signed_request() {
_CACHED_NONCE="$(echo "$responseHeaders" | grep -i "Replay-Nonce:" | _head_n 1 | tr -d "\r\n " | cut -d ':' -f 2)" _CACHED_NONCE="$(echo "$responseHeaders" | grep -i "Replay-Nonce:" | _head_n 1 | tr -d "\r\n " | cut -d ':' -f 2)"
if ! _startswith "$code" "2"; then if ! _startswith "$code" "2"; then
_body="$response" _body="$response"
if [ "$needbase64" ]; then if [ "$needbase64" ]; then
_body="$(echo "$_body" | _dbase64 multiline)" _body="$(echo "$_body" | _dbase64 multiline)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment