Commit 6ef66399 authored by jakelamotta's avatar jakelamotta
Browse files

Removed spaces on empty lines

parent b20d8f19
......@@ -22,7 +22,6 @@ dns_simply_add() {
_simply_save_config
_debug "First detect the root zone"
if ! _get_root "$fulldomain"; then
_err "invalid domain"
return 1
......@@ -37,7 +36,6 @@ dns_simply_add() {
_err "Could not add DNS record"
return 1
fi
return 0
}
......@@ -244,5 +242,6 @@ _simply_rest() {
_err "It seems that your api key or accountnumber is not correct."
return 1
fi
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