kenhuuu commented on code in PR #2738:
URL: https://github.com/apache/tinkerpop/pull/2738#discussion_r1728056736
##########
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/DefaultTraversal.cs:
##########
@@ -198,9 +198,10 @@ public bool HasNext()
/// </summary>
/// <returns>The result.</returns>
public E Next()
- {
- MoveNext();
- return Current;
+ {
+ return MoveNext()
Review Comment:
Small nit: this should probably be one line to follow the style that exists
in our cs files.
--
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]