Merge pull request #76582 from danielqsj/gofmt

run update-gofmt when make update
This commit is contained in:
Kubernetes Prow Robot 2019-04-15 21:01:19 -07:00 committed by GitHub
commit 9f49dd2811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,8 @@ BASH_TARGETS="
update-generated-docs update-generated-docs
update-generated-swagger-docs update-generated-swagger-docs
update-openapi-spec update-openapi-spec
update-bazel" update-bazel
update-gofmt"
for t in ${BASH_TARGETS}; do for t in ${BASH_TARGETS}; do
echo -e "${color_yellow}Running ${t}${color_norm}" echo -e "${color_yellow}Running ${t}${color_norm}"