Skip to content

Commit 54e83c9

Browse files
author
sangbeenmoon
committed
chore: EOL
1 parent 0b9dc57 commit 54e83c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

reverse-linked-list/sangbeenmoon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ def reverseList(self, head: Optional[ListNode]) -> Optional[ListNode]:
1717
cur = cur.next
1818
return p
1919

20-

0 commit comments

Comments
 (0)