Format to comply with style guide

This commit is contained in:
jvandborg 2022-01-06 22:03:39 +01:00
parent 8cdceb83b2
commit 459faf4dfb
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ _simply_add_record() {
_err "$response"
return 1
fi
_info "Waiting 60 seconds for DNS changes to be written"
_sleep 60
@ -252,7 +252,7 @@ _simply_rest() {
_err "error $ep"
return 1
fi
response="$(echo "$response" | _normalizeJson)"
_debug2 response "$response"