remove unwanted newlines
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user