schema: generator now gofmts everything.

This commit is contained in:
Bobby Rullo 2016-06-15 11:41:26 -07:00
parent 59dc4a9400
commit 82c5c27048

View file

@ -73,3 +73,5 @@ GOPATH=${PWD}/gopath ./bin/google-api-go-generator \
# Finally, fix the import in the bindings to refer to the vendored google-api package
goimports -w ${GEN}
gofmt -w schema/${GOPKG}