Skip to content

Commit cb7e9e8

Browse files
committed
Fixed formatting error to test GHA validation checks
1 parent 143f748 commit cb7e9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/Section-Beyond-Basic-Queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ vertices = [["WYZ","KWYZ"],["XYZ","KXYZ"]]
934934
g.inject(vertices).unfold().as("v").
935935
addV("airport").property("code", select("v").limit(local,1)).
936936
property("iata", select("v").tail(local,1))
937-
937+
----
938938

939939
Each internal array is then given a label of "v" so that it can be referenced later
940940
in the traversal. We reference it in the calls to 'property' where we 'select' the

0 commit comments

Comments
 (0)