Unverified Commit ae118294 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

Follow up of #76314
parents a08107fe 84a0478d
......@@ -43,5 +43,4 @@ find_files() {
\) -name '*.go'
}
GOFMT="gofmt -s -w"
find_files | xargs "${GOFMT}"
find_files | xargs gofmt -s -w
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment