Explorar o código

remove line break

diseq %!s(int64=6) %!d(string=hai) anos
pai
achega
0499d2b5c4
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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