From 9cf65d8e1b925421a95466d7751d491328980254 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 1 Nov 2016 14:00:41 -0700 Subject: [PATCH] say when we finish checking gofmt --- scripts/gofmtcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gofmtcheck.sh b/scripts/gofmtcheck.sh index 7bc3f4b1a..5b99bcdc4 100755 --- a/scripts/gofmtcheck.sh +++ b/scripts/gofmtcheck.sh @@ -9,5 +9,6 @@ if [[ -n ${gofmt_files} ]]; then echo "You can use the command: \`make fmt\` to reformat code." exit 1 fi +echo "Check passed." exit 0