remove extra blank line

This commit is contained in:
shawnhanx 2021-05-19 09:31:56 +08:00
parent 0be6028668
commit b1e7a59f84

View File

@ -168,7 +168,6 @@ func TestPersistentVolumeClaimEvaluatorMatchingResources(t *testing.T) {
"bronze.storageclass.storage.k8s.io/storage", "bronze.storageclass.storage.k8s.io/storage",
"gold.storage.k8s.io/requests.storage", "gold.storage.k8s.io/requests.storage",
}, },
want: []corev1.ResourceName{}, want: []corev1.ResourceName{},
}, },
} }
@ -178,6 +177,5 @@ func TestPersistentVolumeClaimEvaluatorMatchingResources(t *testing.T) {
if !reflect.DeepEqual(testCase.want, actual) { if !reflect.DeepEqual(testCase.want, actual) {
t.Errorf("%s expected:\n%v\n, actual:\n%v", testName, testCase.want, actual) t.Errorf("%s expected:\n%v\n, actual:\n%v", testName, testCase.want, actual)
} }
} }
} }