diff --git a/tool/gofmt b/tool/gofmt index 6534c38..31481f7 100755 --- a/tool/gofmt +++ b/tool/gofmt @@ -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