From 5424282df25815e0db7ad7de69cd01b90e6e4939 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Mon, 26 Oct 2020 14:21:57 -0700 Subject: [PATCH] spacing --- run-go-vet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-go-vet.sh b/run-go-vet.sh index b72a4df..8b72ef1 100755 --- a/run-go-vet.sh +++ b/run-go-vet.sh @@ -3,5 +3,5 @@ set -e pkg=$(go list) for fn in "$@"; do - go vet "${pkg}/${fn}" + go vet "${pkg}/${fn}" done