diff --git a/test/e2e/garbage_collector.go b/test/e2e/garbage_collector.go index bcb92ed3a71..b2dcda537ac 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,