kenhuuu commented on code in PR #3315:
URL: https://github.com/apache/tinkerpop/pull/3315#discussion_r2933559248
##########
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversalSource.cs:
##########
@@ -75,8 +75,8 @@ public GraphTraversalSource(ICollection<ITraversalStrategy>
traversalStrategies,
GremlinLang = gremlinLang;
}
- public GraphTraversalSource(ICollection<ITraversalStrategy>
traversalStrategies, GremlinLang gremlinLang,
- IRemoteConnection connection)
+ public GraphTraversalSource(ICollection<ITraversalStrategy>
traversalStrategies,
+ GremlinLang gremlinLang, IRemoteConnection connection)
Review Comment:
Nit: I noticed several of these in this PR. These show up as changes in the
diffs but its just shuffling the line lengths so that parameters end up on
different lines. Try to keep this to a minimum to keep the diffs clean.
--
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]