We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2bdd5 commit 84a0478Copy full SHA for 84a0478
hack/update-gofmt.sh
@@ -43,5 +43,4 @@ find_files() {
43
\) -name '*.go'
44
}
45
46
-GOFMT="gofmt -s -w"
47
-find_files | xargs "${GOFMT}"
+find_files | xargs gofmt -s -w
0 commit comments