Skip to content

Commit ae11829

Browse files
authored
Merge pull request kubernetes#76499 from SataQiu/fix-bug-shellcheck
Follow up of kubernetes#76314
2 parents a08107f + 84a0478 commit ae11829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hack/update-gofmt.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ find_files() {
4343
\) -name '*.go'
4444
}
4545

46-
GOFMT="gofmt -s -w"
47-
find_files | xargs "${GOFMT}"
46+
find_files | xargs gofmt -s -w

0 commit comments

Comments
 (0)