浏览代码

fix format

neilpang 9 年之前
父节点
当前提交
c0d0100ca8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dnsapi/dns_cf.sh

+ 1 - 1
dnsapi/dns_cf.sh

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