Commit 84a0478d authored by SataQiu's avatar SataQiu

fix bug of hack/update-gofmt.sh

parent ed2bdd53
...@@ -43,5 +43,4 @@ find_files() { ...@@ -43,5 +43,4 @@ find_files() {
\) -name '*.go' \) -name '*.go'
} }
GOFMT="gofmt -s -w" find_files | xargs gofmt -s -w
find_files | xargs "${GOFMT}"
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