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]}] ]