fix format

This commit is contained in:
neil
2024-10-13 17:58:19 +02:00
parent e0381dd757
commit 7031df4948
3 changed files with 1 additions and 6 deletions

View File

@@ -41,9 +41,7 @@ dns_scaleway_add() {
_err error "$response"
return 1
fi
_info "Record added."
return 0
}
dns_scaleway_rm() {
@@ -71,9 +69,7 @@ dns_scaleway_rm() {
_err error "$response"
return 1
fi
_info "Record deleted."
return 0
}
#################### Private functions below ##################################