Format generated code.

This commit is contained in:
Jeffrey Regan
2019-05-21 11:35:41 -07:00
parent 812ae77257
commit 9b6f8f0c74
8 changed files with 9 additions and 7 deletions

View File

@@ -31,6 +31,8 @@ pushd $dir >& /dev/null
GOPATH=$myGoPath go generate \ GOPATH=$myGoPath go generate \
sigs.k8s.io/kustomize/plugin/builtin/... sigs.k8s.io/kustomize/plugin/builtin/...
GOPATH=$myGoPath go fmt \
sigs.k8s.io/kustomize/plugin/builtin
popd >& /dev/null popd >& /dev/null