just call gofmt once

This commit is contained in:
Mark McGranaghan 2012-10-02 09:29:26 -07:00
parent 52d8c65bd2
commit f6b63e5f2b

View File

@ -3,4 +3,4 @@
set -e
set -o pipefail
ls tool/src/*.go src/*/*.go | xargs -n 1 gofmt -tabs=false -tabwidth=4 -w=true
ls tool/src/*.go src/*/*.go | xargs gofmt -tabs=false -tabwidth=4 -w=true