From 6a90aaa2ec54518c68fed97380fa316ce25fb6a1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 10 Mar 2023 00:15:57 +0900 Subject: chore: fix `make fmt` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42fce48..8977345 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build: .PHONY: fmt fmt: - go fmt + go fmt ./... .PHONY: clean clean: -- cgit v1.2.3-70-g09d2