Fix linter error

This commit is contained in:
Donny Xia
2021-05-06 09:54:35 -07:00
parent a46926c1eb
commit 5bb7364967

View File

@@ -84,11 +84,11 @@ spec:
return
}
if !assert.Equal(t, fmt.Sprintf(`.
if !assert.Equal(t, `.
├── [f1.yaml] Deployment foo
├── [f1.yaml] Service foo
└── [f2.yaml] Deployment bar
`), b.String()) {
`, b.String()) {
return
}
}