Removing extra space that was accidentally added

This commit is contained in:
Sridhar Ganesan 2018-07-18 10:52:55 +02:00
parent c2e5734c0b
commit fcab14435d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ test_cover:
test_lint:
gometalinter.v2 --config=tools/gometalinter.json ./...
!(gometalinter.v2 --disable-all --enable='errcheck' --vendor ./... | grep -v "client/" )
!(gometalinter.v2 --disable-all --enable='errcheck' --vendor ./... | grep -v "client/")
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" | xargs gofmt -d -s
dep status >> /dev/null
!(grep -n branch Gopkg.toml)