Skip to content

Commit 6935b68

Browse files
authored
Merge pull request onlybooks#125 from pythaac/patch-1
[60-1.py] Indentation 오류
2 parents f5eaa62 + b95ea67 commit 6935b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-algorithms/ch17/60-1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def insertionSortList(self, head: ListNode) -> ListNode:
1515
cur.next, head.next, head = head, cur.next, head.next
1616

1717
cur = parent
18-
return cur.next
18+
return cur.next

0 commit comments

Comments
 (0)