From 575618f02ea7ed3edc53b4bcd24ecbfc6ef00e77 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Fri, 9 Feb 2018 03:17:23 -0800 Subject: dep: Run dep ensure --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56fbff0..89ab974 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ format: @clang-format -i -style=Google $(C_FILES) format-check: - @goimports -d $(GO_FILES) \ + @goreturns -d $(GO_FILES) \ | ./input_fail.py "Incorrectly formatted Go files. Run \"make format\"." @clang-format -i -style=Google -output-replacements-xml $(C_FILES) \ | grep "