From fa0ead381eb79b10a98c3ebfede66aff5fd0f150 Mon Sep 17 00:00:00 2001 From: Lucas Severo Alves Date: Thu, 26 Jan 2023 20:41:51 +0100 Subject: [PATCH] remove unecessary comment changes --- staging/src/k8s.io/cloud-provider/app/testing/testserver.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/staging/src/k8s.io/cloud-provider/app/testing/testserver.go b/staging/src/k8s.io/cloud-provider/app/testing/testserver.go index e6fd0a9757d..c71edc2148c 100644 --- a/staging/src/k8s.io/cloud-provider/app/testing/testserver.go +++ b/staging/src/k8s.io/cloud-provider/app/testing/testserver.go @@ -52,9 +52,8 @@ type TestServer struct { // and location of the tmpdir are returned. // // Note: we return a tear-down func instead of a stop channel because the later will leak temporary -// -// files that because Golang testing's call to os.Exit will not give a stop channel go routine -// enough time to remove temporary files. +// files that because Golang testing's call to os.Exit will not give a stop channel go routine +// enough time to remove temporary files. func StartTestServer(ctx context.Context, customFlags []string) (result TestServer, err error) { logger := klog.FromContext(ctx) stopCh := make(chan struct{})