From 82c5c2704810ff75408a0e2832eae13d3ee1cc0a Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Wed, 15 Jun 2016 11:41:26 -0700 Subject: [PATCH] schema: generator now gofmts everything. --- schema/generator | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/generator b/schema/generator index cafd4e54..85026d3e 100755 --- a/schema/generator +++ b/schema/generator @@ -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}