Reformat more files

This commit is contained in:
2026-01-01 21:20:45 -06:00
parent 63cf0a670d
commit 6297a95d3c
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ cd "$DIR"
# uv run ruff format .
shell_scripts="$(fd .sh | xargs)"
shfmt -i 4 -w "$DIR/cmd" "$DIR"/framework/cmd.d/* "$DIR"/framework/shims/*
shfmt -i 4 -w "$DIR/cmd" "$DIR"/framework/cmd.d/* "$DIR"/framework/shims/* "$DIR"/master/master "$DIR"/logger/logger
# "$shell_scripts"
for ss in $shell_scripts; do
shfmt -i 4 -w $ss

View File

@@ -5,4 +5,3 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$DIR"
./master-bin "$@"