From c9d35b859d16fbdcce8cab3e88bca674e375856b Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 29 Oct 2023 02:45:23 +0700 Subject: [PATCH] chore: format first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21b3ba4..c70faa8 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: go mod tidy + $(MAKE) format $(MAKE) test-color $(MAKE) lint - $(MAKE) format $(MAKE) build $(MAKE) clean