Commit d6eebf82 authored by Bjarke Bruun's avatar Bjarke Bruun
Browse files

Removed a few empty lines

parent 688a2341
...@@ -170,7 +170,6 @@ _get_root() { ...@@ -170,7 +170,6 @@ _get_root() {
_debug _get_root "Found valid root domain $rootZone for $subDomainNameClean" _debug _get_root "Found valid root domain $rootZone for $subDomainNameClean"
return 0 return 0
} }
createRecord() { createRecord() {
...@@ -199,7 +198,6 @@ createRecord() { ...@@ -199,7 +198,6 @@ createRecord() {
_info "Record \"$fulldomain TXT $txtvalue\" has been created" _info "Record \"$fulldomain TXT $txtvalue\" has been created"
return 0 return 0
} }
deleteRecord() { deleteRecord() {
...@@ -235,5 +233,4 @@ deleteRecord() { ...@@ -235,5 +233,4 @@ deleteRecord() {
# Return OK regardless # Return OK regardless
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