Browse Source

fx format

neilpang 6 years ago
parent
commit
a0ec5b18e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -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)"