From 3678c7ab1cc3efe7731d391980b9df0967a83bf6 Mon Sep 17 00:00:00 2001 From: Pauline Lallinec Date: Tue, 11 Dec 2018 12:13:57 -0800 Subject: [PATCH] removed spaces in comment --- cmd/hyperkube/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hyperkube/main.go b/cmd/hyperkube/main.go index 8cb1ec2ad42..617050a0cd1 100644 --- a/cmd/hyperkube/main.go +++ b/cmd/hyperkube/main.go @@ -85,7 +85,7 @@ func commandFor(basename string, defaultCommand *cobra.Command, commands []func( // NewHyperKubeCommand is the entry point for hyperkube 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 apiserver := func() *cobra.Command { ret := kubeapiserver.NewAPIServerCommand(stopCh)