chore: format

This commit is contained in:
doprz
2025-11-06 20:06:59 -06:00
parent c2b43dc949
commit ea5d1e2b16
22 changed files with 611 additions and 638 deletions

View File

@@ -24,7 +24,7 @@ else
fi
# Validate the mode
if [[ ! " ${SUPPORTED_MODES[*]} " =~ " ${mode} " ]]; then
if [[ ! " ${SUPPORTED_MODES[*]} " =~ ${mode} ]]; then
echo "Error: Invalid mode '${mode}'" >&2
usage
fi