This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e472124a Remove the extra line in query (#222)
e472124a is described below

commit e472124a53a35c7fbc06a6d5aa39879954bca40c
Author: ksheroz <[email protected]>
AuthorDate: Tue Oct 10 00:20:14 2023 +0500

    Remove the extra line in query (#222)
---
 docs/clauses/merge.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/clauses/merge.md b/docs/clauses/merge.md
index 43da9020..9047b521 100644
--- a/docs/clauses/merge.md
+++ b/docs/clauses/merge.md
@@ -18,7 +18,6 @@ CREATE (A:Person {name: "Charlie Sheen", bornIn: "New York"}),
     (C:Person {name: "Rob Reiner", bornIn: "New York"}),
     (D:Person {name: "Oliver Stone", bornIn: "New York"}),
     (E:Person {name: "Martin Sheen", bornIn: "Ohio"})
-
 $$) as (result agtype);
 ```
 

Reply via email to