Makefile.common: fix format rule (#1195)

Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
Paul Gier 2018-12-11 10:47:09 -06:00 committed by Ben Kochie
parent 73ddf5f1f7
commit 614b815e00

View file

@ -115,7 +115,7 @@ common-test:
.PHONY: common-format
common-format:
@echo ">> formatting code"
GO111MODULE=$(GO111MODULE) $(GO) fmt $(GOOPTS) $(pkgs)
GO111MODULE=$(GO111MODULE) $(GO) fmt $(pkgs)
.PHONY: common-vet
common-vet: