Skip to content

Commit

Permalink
Merge pull request #3274 from camilamacedo86/fix-lint
Browse files Browse the repository at this point in the history
馃尡 fix nit lint issue
  • Loading branch information
k8s-ci-robot committed Mar 11, 2023
2 parents 3cb60ab + 2e44509 commit 9557eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/store/yaml/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ var _ = Describe("yamlStore", func() {
unversionedFile = `version:
`
nonexistentVersionFile = `version: 1-alpha
` // v1-alpha never existed
` // v1-alpha never existed
wrongFile = `version: "2"
layout: ""
` // layout field does not exist in v2
` // layout field does not exist in v2
)

var (
Expand Down

0 comments on commit 9557eb2

Please sign in to comment.