remove unwanted newlines

This commit is contained in:
Lucas Severo Alves
2023-01-24 21:45:32 +01:00
parent 636f8e1a3e
commit 096d2e5895
3 changed files with 2 additions and 5 deletions

View File

@@ -289,6 +289,5 @@ func intPtr(x int) *int {
func fakeCloudProviderFactory(io.Reader) (cloudprovider.Interface, error) {
return &fake.Cloud{
DisableRoutes: true, // disable routes for server tests, otherwise --cluster-cidr is required
}, nil
}