Update .githooks/pre-commit

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Hossain Khan
2025-06-16 13:35:38 -04:00
committed by GitHub
co-authored by Copilot
parent b0c1b4294c
commit f5d5a02bee
+1 -1
View File
@@ -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=$?