Skip to content

Commit 9557eb2

Browse files
authored
Merge pull request #3274 from camilamacedo86/fix-lint
🌱 fix nit lint issue
2 parents 3cb60ab + 2e44509 commit 9557eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/config/store/yaml/store_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ var _ = Describe("yamlStore", func() {
5454
unversionedFile = `version:
5555
`
5656
nonexistentVersionFile = `version: 1-alpha
57-
` // v1-alpha never existed
57+
` // v1-alpha never existed
5858
wrongFile = `version: "2"
5959
layout: ""
60-
` // layout field does not exist in v2
60+
` // layout field does not exist in v2
6161
)
6262

6363
var (

0 commit comments

Comments
 (0)