From 157ad2128a74462d1f8841cac21d1b32e75f37f4 Mon Sep 17 00:00:00 2001 From: Roly Perera Date: Mon, 16 Dec 2024 16:26:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A9=20[layout]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fluid/example/dict-list-comp.fld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluid/example/dict-list-comp.fld b/fluid/example/dict-list-comp.fld index f911d1372..967fb0392 100644 --- a/fluid/example/dict-list-comp.fld +++ b/fluid/example/dict-list-comp.fld @@ -1 +1 @@ -[ x | {fst: x, snd: []} <- [{fst: 5, third: "hello", snd: []}, {fst: 6, snd: [7, 8]}] ] \ No newline at end of file +[ x | {fst: x, snd: []} <- [{fst: 5, third: "hello", snd: []}, {fst: 6, snd: [7, 8]}] ]