fix bug of hack/update-gofmt.sh

This commit is contained in:
SataQiu 2019-04-13 03:29:51 +08:00
parent ed2bdd53dc
commit 84a0478d1b

View File

@ -43,5 +43,4 @@ find_files() {
\) -name '*.go' \) -name '*.go'
} }
GOFMT="gofmt -s -w" find_files | xargs gofmt -s -w
find_files | xargs "${GOFMT}"