Commit cf4c6033 authored by neilpang's avatar neilpang
Browse files

fix format

parent ace947e6
#!/usr/bin/env sh #!/usr/bin/env sh
#DD_API_User="xxxxx" #DD_API_User="xxxxx"
#DD_API_Key="xxxxxx" #DD_API_Key="xxxxxx"
...@@ -40,7 +39,6 @@ dns_durabledns_add() { ...@@ -40,7 +39,6 @@ dns_durabledns_add() {
_contains "$response" "createRecordResponse" _contains "$response" "createRecordResponse"
} }
dns_durabledns_rm() { dns_durabledns_rm() {
fulldomain=$1 fulldomain=$1
txtvalue=$2 txtvalue=$2
...@@ -125,7 +123,6 @@ _get_root() { ...@@ -125,7 +123,6 @@ _get_root() {
} }
#method #method
_dd_soap() { _dd_soap() {
_method="$1" _method="$1"
...@@ -177,6 +174,3 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema"> ...@@ -177,6 +174,3 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
_debug2 "response" "$response" _debug2 "response" "$response"
return 0 return 0
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment