From f9884270e45a3b2f2ae041db0f14de87803fd6a0 Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Sun, 16 Nov 2025 20:48:41 +0100 Subject: [PATCH] fix: format pre-commit hook and root_bl9000.sh with shfmt --- .githooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 8fba1c5..2e6ed92 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -42,4 +42,4 @@ if ! scripts/meta/shell_check.sh --skip-install --skip-fmt 2>&1; then exit 1 fi -printf 'shell_check passed. Proceeding with commit.\n' \ No newline at end of file +printf 'shell_check passed. Proceeding with commit.\n'