refactor(script): Trim whitespace (#1)

This commit is contained in:
hygienic-books 2023-03-15 22:23:44 +01:00
parent bba8160d84
commit 70284671ed

View File

@ -248,7 +248,7 @@ function do_retention () {
if [[ "${do_dry_run}" == 'true' ]]; then
pprint 'info' 'Dry-run, skipping potential zfs destroy operations ...'
else
for successfully_snapped_dataset in "${successfully_snapped_datasets[@]}"; do
for successfully_snapped_dataset in "${successfully_snapped_datasets[@]}"; do
snaps_in_cur_sev="$(get_snaps_in_cur_sev "${successfully_snapped_dataset}")"
if [[ "${severity}" == "${snaps_important_suffix}" ]]; then
snaps_limit="${snaps_important_keep}"