Merge pull request #76499 from SataQiu/fix-bug-shellcheck

Follow up of #76314
This commit is contained in:
Kubernetes Prow Robot
2019-04-12 18:08:32 -07:00
committed by GitHub

View File

@@ -43,5 +43,4 @@ find_files() {
\) -name '*.go'
}
GOFMT="gofmt -s -w"
find_files | xargs "${GOFMT}"
find_files | xargs gofmt -s -w