Browse Source

fix format

neilpang 8 years ago
parent
commit
c0d0100ca8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_cf.sh

+ 1 - 1
dnsapi/dns_cf.sh

@@ -101,7 +101,7 @@ dns_cf_rm() {
     _err "Error"
     _err "Error"
     return 1
     return 1
   fi
   fi
-  
+
   count=$(printf "%s\n" "$response" | _egrep_o "\"count\":[^,]*" | cut -d : -f 2)
   count=$(printf "%s\n" "$response" | _egrep_o "\"count\":[^,]*" | cut -d : -f 2)
   _debug count "$count"
   _debug count "$count"
   if [ "$count" = "0" ]; then
   if [ "$count" = "0" ]; then