fix(hack): formatting fixes

This commit is contained in:
2025-10-24 20:08:46 -07:00
parent 340c280c00
commit b3bf564b65
2 changed files with 7 additions and 8 deletions

View File

@@ -3,5 +3,5 @@ set -e
cd "$(dirname "${0}")/.." || exit 1
cargo fmt --all
shfmt -w hack/**/*.sh
cargo fmt --all || true
shfmt -w hack/**/*.sh || true