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.
This commit is contained in:
amithkoujalgi 2025-09-20 15:40:18 +05:30
parent 7a2a307a0a
commit f60491885f
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -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"