From c284c27aa8be03807ab0f751436868a79636e02d Mon Sep 17 00:00:00 2001 From: Oleks Date: Tue, 2 Jun 2026 09:29:45 +0300 Subject: [PATCH] style: auto-format from pre-push hooks --- ci/local.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/local.sh b/ci/local.sh index 5adc233..ff03f7b 100755 --- a/ci/local.sh +++ b/ci/local.sh @@ -144,8 +144,8 @@ derive_branch() { return fi local b - if b="$(git -C "$REPO_ROOT" rev-parse --abbrev-ref HEAD 2>/dev/null)" \ - && [ -n "$b" ] && [ "$b" != "HEAD" ]; then + if b="$(git -C "$REPO_ROOT" rev-parse --abbrev-ref HEAD 2>/dev/null)" && + [ -n "$b" ] && [ "$b" != "HEAD" ]; then printf '%s' "$b" return fi