From ce7b960b54b1de392db68349ab3993015ca2a6d3 Mon Sep 17 00:00:00 2001 From: Thore Husfeldt Date: Thu, 12 Dec 2024 15:40:52 +0100 Subject: [PATCH] CUE schema: run cue fmt --- support/schemas/generators.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/schemas/generators.cue b/support/schemas/generators.cue index ba774e91..b8a014d5 100644 --- a/support/schemas/generators.cue +++ b/support/schemas/generators.cue @@ -31,7 +31,7 @@ import "strings" #testgroup_config: { #config - "testdata.yaml": #testdata_settings + "testdata.yaml": #testdata_settings } #testcase: @@ -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]