aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 8e135c5..dabf0e5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -115,7 +115,7 @@ common-test:
115.PHONY: common-format 115.PHONY: common-format
116common-format: 116common-format:
117 @echo ">> formatting code" 117 @echo ">> formatting code"
118 GO111MODULE=$(GO111MODULE) $(GO) fmt $(GOOPTS) $(pkgs) 118 GO111MODULE=$(GO111MODULE) $(GO) fmt $(pkgs)
119 119
120.PHONY: common-vet 120.PHONY: common-vet
121common-vet: 121common-vet: