Skip to content

Commit

Permalink
CUE schema: run cue fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Dec 12, 2024
1 parent 63102f2 commit ce7b960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/schemas/generators.cue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import "strings"

#testgroup_config: {
#config
"testdata.yaml": #testdata_settings
"testdata.yaml": #testdata_settings
}

#testcase:
Expand All @@ -48,7 +48,7 @@ import "strings"
}

#data_dict: {[#name]: #testgroup | #testcase}
#data_list: {[#name | ""]: #testgroup | #testcase} & struct.MinFields(1) & struct.MaxFields(1)
#data_list: {[#name | ""]: #testgroup | #testcase} & struct.MinFields(1) & struct.MaxFields(1)

#testgroup: {
data?: #data_dict | [...#data_list]
Expand Down

0 comments on commit ce7b960

Please sign in to comment.