Skip to content

Commit

Permalink
prettier cypher query formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta committed Oct 3, 2013
1 parent fe3ffc2 commit 09d2216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion presentation/presentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ func transaction(db *neoism.Database) {

func cypher(db *neoism.Database) {
cq := neoism.CypherQuery{
Statement: `START n=node(*)
Statement: `
START n=node(*)
MATCH (n)-[r:outranks]->(m)
WHERE n.shirt = {color}
RETURN n.name, type(r), m.name
Expand Down

0 comments on commit 09d2216

Please sign in to comment.