mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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'
|
||||
}
|
||||
|
||||
GOFMT="gofmt -s -w"
|
||||
find_files | xargs "${GOFMT}"
|
||||
find_files | xargs gofmt -s -w
|
||||
|
Loading…
Reference in New Issue
Block a user