Skip to content

Commit e9c5d5b

Browse files
remove indent
1 parent cb82eb4 commit e9c5d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/expressions/map-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ RETURN map{a: map.a, valueSum: map.a + map.b + map.c} AS projectedMap
334334
This query uses a map projection with a literal entry, where the `size(movies)` expression calculates the total number of movies `Keanu Reeves` has acted in.
335335
336336
.Map projection with a literal entry
337-
[source, cypher, indent=0]
337+
[source, cypher]
338338
----
339339
MATCH (keanu:Person {name: 'Keanu Reeves'})-[:ACTED_IN]->(movie:Movie)
340340
WITH keanu, collect(movie) AS movies

0 commit comments

Comments
 (0)