Unverified Commit 15300ed7 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #71967 from PaulineLc/remove-space-hyperkube

Removed redundant spaces in a comment
parents 05183bff 3678c7ab
...@@ -85,7 +85,7 @@ func commandFor(basename string, defaultCommand *cobra.Command, commands []func( ...@@ -85,7 +85,7 @@ func commandFor(basename string, defaultCommand *cobra.Command, commands []func(
// NewHyperKubeCommand is the entry point for hyperkube // NewHyperKubeCommand is the entry point for hyperkube
func NewHyperKubeCommand(stopCh <-chan struct{}) (*cobra.Command, []func() *cobra.Command) { func NewHyperKubeCommand(stopCh <-chan struct{}) (*cobra.Command, []func() *cobra.Command) {
// these have to be functions since the command is polymorphic. Cobra wants you to be top level // these have to be functions since the command is polymorphic. Cobra wants you to be top level
// command to get executed // command to get executed
apiserver := func() *cobra.Command { apiserver := func() *cobra.Command {
ret := kubeapiserver.NewAPIServerCommand(stopCh) ret := kubeapiserver.NewAPIServerCommand(stopCh)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment