mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-03-06 18:41:07 +08:00

Automatic merge from submit-queue (batch tested with PRs 58259, 58664). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix generator_for_scheme: remove blank new line **What this PR does / why we need it**: 1. remove new blank line in `AddToScheme`80e344644e/pkg/client/clientset_generated/internalclientset/fake/register.go (L81-L83)
2. remove new blank line in `Install`3d69cea1e5/staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/scheme/register.go (L44-L47)
**Special notes for your reviewer**: the first commit changes the code generator for schema register.c8c9ca77af
**Release note**: ```release-note NONE ``` Kubernetes-commit: 32913ab0cdc5c4dde50e50ecffa4c1e9c6d6a150