just call gofmt once
This commit is contained in:
parent
52d8c65bd2
commit
f6b63e5f2b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user