From f60491885f41437223e2fe6a56968766cbe1e002 Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Sat, 20 Sep 2025 15:40:18 +0530 Subject: [PATCH] Remove commented pre-commit command from Makefile Deleted an unused, commented-out pre-commit command from the apply-formatting target to clean up the Makefile. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ff2d92b..0341996 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ check-formatting: apply-formatting: @echo "\033[0;32mApplying code formatting...\033[0m" @mvn spotless:apply - # pre-commit run --all-files build: apply-formatting @echo "\033[0;34mBuilding project (GPG skipped)...\033[0m"