We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88afa0c commit 58475c8Copy full SHA for 58475c8
split-a-circular-linked-list/TraversalCircularListNode.ixx
@@ -18,6 +18,5 @@ export auto TraversalCircularListNode(ListNode* list, function<void(ListNode*)>
18
}
19
if (cur)
20
callback(cur);
21
- return;
22
-};
+}
23
0 commit comments