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

Follow up of #76314
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-12 18:08:32 -07:00 committed by GitHub
commit ae11829495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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