From 07964cca10cda7b6b66fc4cba55f2e52b9a142cb Mon Sep 17 00:00:00 2001 From: Mayank Kumar Date: Sat, 24 Dec 2016 01:06:43 -0800 Subject: [PATCH] fix comment alignment --- test/e2e/garbage_collector.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/garbage_collector.go b/test/e2e/garbage_collector.go index a9d011c3959..9e8e9826e41 100644 --- a/test/e2e/garbage_collector.go +++ b/test/e2e/garbage_collector.go @@ -96,9 +96,9 @@ func newOwnerRC(f *framework.Framework, name string) *v1.ReplicationController { } } -// verifyRemainingDeploymentsAndReplicaSets verifies if the number of the remaining deployment -// and rs are deploymentNum and rsNum. It returns error if the -// communication with the API server fails. +// verifyRemainingDeploymentsAndReplicaSets verifies if the number +// of the remaining deployment and rs are deploymentNum and rsNum. +// It returns error if the communication with the API server fails. func verifyRemainingDeploymentsAndReplicaSets( f *framework.Framework, clientSet clientset.Interface,