Remove leading/trailing newlines following whitespace linter recommendation

This commit is contained in:
Arthur Mello
2019-12-05 23:27:01 -03:00
parent a077482e99
commit d4fa006ccb
10 changed files with 0 additions and 13 deletions

View File

@@ -145,7 +145,6 @@ spec:
// TestFormatInput_service verifies a Service yaml is formatted correctly
func TestFormatInput_service(t *testing.T) {
y := `
apiVersion: v1
kind: Service
@@ -178,7 +177,6 @@ spec:
// TestFormatInput_service verifies a Service yaml is formatted correctly
func TestFormatInput_validatingWebhookConfiguration(t *testing.T) {
y := `
apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration