Browse Source

fix format

neilpang 7 years ago
parent
commit
0159277dbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_zonomi.sh

+ 1 - 1
dnsapi/dns_zonomi.sh

@@ -31,7 +31,7 @@ dns_zonomi_add() {
     _err "error"
     return 1
   fi
-  
+
   if _contains "$response" "<record"; then
     _debug "get and update records"
     _qstr="action[1]=SET&type[1]=TXT&name[1]=$fulldomain&value[1]=$txtvalue"