shfmt fixes

This commit is contained in:
Bob Perper
2025-12-30 15:50:39 -05:00
parent e031457cfa
commit 185d92f1e7

View File

@@ -141,9 +141,10 @@ dns_qc_rm() {
_info "Delete txt record error." _info "Delete txt record error."
return 1 return 1
fi fi
_info "TXT Record ID: $record_id successfully deleted" _info "TXT Record ID: $record_id successfully deleted"
return 0 return 0
} }
#################### Private functions below ################################## #################### Private functions below ##################################