mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #76499 from SataQiu/fix-bug-shellcheck
Follow up of #76314
This commit is contained in:
commit
ae11829495
@ -43,5 +43,4 @@ find_files() {
|
|||||||
\) -name '*.go'
|
\) -name '*.go'
|
||||||
}
|
}
|
||||||
|
|
||||||
GOFMT="gofmt -s -w"
|
find_files | xargs gofmt -s -w
|
||||||
find_files | xargs "${GOFMT}"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user