pkgs: fix shell formatting
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Ran `shfmt --write --indent 4 --simplify --case-indent`, in accordance
with my editor settings.
This commit is contained in:
Bruno BELANYI 2024-12-18 20:33:22 -05:00
parent 322fbc970b
commit f4f1aad1c0
5 changed files with 11 additions and 11 deletions

View file

@ -62,7 +62,7 @@ do_toggle() {
}
case "$1" in
up|down)
up | down)
do_change_volume "$@"
;;
toggle)