Skip to content

Commit d0707be

Browse files
committed
fix cue invalid whitespaces
1 parent 0d8a749 commit d0707be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/cue/reference/remap/functions/contains_all.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ remap: functions: contains_all: {
3434
title: "String contains all"
3535
source: #"""
3636
contains_all("The Needle In The Haystack", ["Needle", "Haystack"])
37-
"""#
37+
"""#
3838
return: true
3939
},
4040
{
4141
title: "String contains all (case sensitive)"
4242
source: #"""
4343
contains_all("the NEEDLE in the haystack", ["needle", "haystack"])
44-
"""#
44+
"""#
4545
return: false
4646
},
4747
]

0 commit comments

Comments
 (0)