Skip to content

Commit b2fcef7

Browse files
committed
revies inline
1 parent 78ae781 commit b2fcef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-two-sorted-lists/daiyongg-kim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def mergeTwoLists(self, list1: Optional[ListNode], list2: Optional[ListNode]) ->
3535
# else:
3636
# dummy.next = list2
3737

38-
# return result.next
38+
# return result.next

0 commit comments

Comments
 (0)