Fix code style problems

This commit is contained in:
jakelamotta 2020-11-18 15:52:46 +01:00
parent fcb97f802f
commit 29d0a1714e

View File

@ -22,7 +22,6 @@ dns_simply_add() {
_simply_save_config _simply_save_config
_debug "First detect the root zone" _debug "First detect the root zone"
if ! _get_root "$fulldomain"; then if ! _get_root "$fulldomain"; then
_err "invalid domain" _err "invalid domain"
return 1 return 1