From f5d5a02beee66d592f14073454da0c769956813e Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Mon, 16 Jun 2025 13:35:38 -0400 Subject: [PATCH] Update .githooks/pre-commit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .githooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 6ddd2b1..88e5483 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -3,7 +3,7 @@ echo "Running Kotlin formatter check..." # Execute the Kotlin formatting task -./gradlew formatKotlin --daemon +./gradlew formatKotlin --quiet # Check the exit code of the format command status=$?