jrgemignani commented on code in PR #1022:
URL: https://github.com/apache/age/pull/1022#discussion_r1261600447
##########
src/backend/parser/cypher_clause.c:
##########
@@ -5093,7 +5131,7 @@ transform_cypher_create_path(cypher_parsestate *cpstate,
List **target_list,
else
{
ereport(ERROR,
- (errmsg_internal("unrecognized node in create pattern")));
+ (errmsg_internal("unrecognized node in create pattern")));
Review Comment:
Actually, that is the correct indentation, extra space. Parameters for the
same function line up under each other when 80 characters is exceeded.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]