aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2018-12-11 10:47:09 -0600
committerBen Kochie <superq@gmail.com>2018-12-11 17:47:09 +0100
commit614b815e0032185031500c03a79944e17064c3e6 (patch)
tree9fe71334d3ec7fd8aa81afb7babbbd8332479295 /Makefile.common
parent73ddf5f1f7a982048724c7f74b08894429e6e013 (diff)
downloadprometheus_node_collector-614b815e0032185031500c03a79944e17064c3e6.tar.bz2
prometheus_node_collector-614b815e0032185031500c03a79944e17064c3e6.tar.xz
prometheus_node_collector-614b815e0032185031500c03a79944e17064c3e6.zip
Makefile.common: fix format rule (#1195)
Signed-off-by: Paul Gier <pgier@redhat.com>
Diffstat (limited to 'Makefile.common')
-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: