浏览代码

remove line break

diseq 6 年之前
父节点
当前提交
0499d2b5c4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      dnsapi/dns_one.sh

+ 1 - 2
dnsapi/dns_one.sh

@@ -134,8 +134,7 @@ dns_one_rm() {
   response="$(echo "$response" | _normalizeJson)"
   _debug response "$response"
 
-  if [ "$response" = '{"result":null,"metadata":null}' ];
-  then
+  if [ "$response" = '{"result":null,"metadata":null}' ]; then
       _info "Removed, OK"
       return 0
     else