Skip to content

Commit ce62423

Browse files
Fix : LineLint Error
1 parent 1f2cb01 commit ce62423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reverse-linked-list/printjin-gmailcom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ def reverseList(self, head):
1313
current.next = prev
1414
prev = current
1515
current = nxt
16-
return prev
16+
return prev
17+

0 commit comments

Comments
 (0)