From bdbd79bf0a715a86e990fd721c8abed2b0aa8580 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Fri, 6 Jun 2014 23:38:08 -0700 Subject: [PATCH] fix up whitespace. --- hack/config-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/config-go.sh b/hack/config-go.sh index 195feff23d..eeeecdc805 100755 --- a/hack/config-go.sh +++ b/hack/config-go.sh @@ -18,7 +18,7 @@ if [ "$(which go)" == "" ]; then echo "Can't find 'go' in PATH, please fix and retry." echo "See http://golang.org/doc/install for installation instructions." - exit 1 + exit 1 fi pushd $(dirname "${BASH_SOURCE}")/.. >/dev/null