From 676a96d5f97a8104929d006514c185a727ef9b71 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 25 Jan 2022 13:31:01 +0100 Subject: [PATCH] Bad separator in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c275f4..c9805eb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ fmt: go fmt $(GOSRC_SINKS) go fmt $(GOSRC_RECEIVERS) go fmt $(GOSRC_APP) - @for F in $(GOSRC_INTERNAL); do go fmt $$F; done + @for F in $(GOSRC_INTERNAL); do go fmt $$F; done # Examine Go source code and reports suspicious constructs