From 96b5f752cad6cef1ec10b864a2718c39610178ca Mon Sep 17 00:00:00 2001 From: TSUYUSATO Kitsune Date: Sun, 12 Jan 2025 22:54:15 +0900 Subject: [PATCH] Insert an empty line --- ast/ast.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ast/ast.go b/ast/ast.go index d5664e45..7346aed1 100644 --- a/ast/ast.go +++ b/ast/ast.go @@ -3786,6 +3786,7 @@ type PropertyGraphNodeElementKey struct { type PropertyGraphEdgeElementKeys struct { // pos = (Element ?? Source).pos // end = Destination.end + Element *PropertyGraphElementKey // optional Source *PropertyGraphSourceKey Destination *PropertyGraphDestinationKey