remove unecessary comment changes

This commit is contained in:
Lucas Severo Alves 2023-01-26 20:41:51 +01:00
parent 6a06b63554
commit fa0ead381e

View File

@ -52,7 +52,6 @@ type TestServer struct {
// and location of the tmpdir are returned. // 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 // 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 // files that because Golang testing's call to os.Exit will not give a stop channel go routine
// enough time to remove temporary files. // enough time to remove temporary files.
func StartTestServer(ctx context.Context, customFlags []string) (result TestServer, err error) { func StartTestServer(ctx context.Context, customFlags []string) (result TestServer, err error) {