From ec4730708de675432fd26e9b1c4f0dc87ad28a10 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Mon, 31 May 2021 16:42:01 +0200 Subject: [PATCH] cue fmt Signed-off-by: Sam Alba --- tests/cli/output/list/main.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cli/output/list/main.cue b/tests/cli/output/list/main.cue index 9aa65e75..851b7fc9 100644 --- a/tests/cli/output/list/main.cue +++ b/tests/cli/output/list/main.cue @@ -7,7 +7,7 @@ package main strDef: *"yolo" | string @dagger(input) // test url description - url: "http://this.is.a.test/" @dagger(output) + url: "http://this.is.a.test/" @dagger(output) url2: url } @@ -15,5 +15,5 @@ cfgInline: { #A } -cfg: #A +cfg: #A cfg2: cfg