Skip to content

Commit cf0eb38

Browse files
committed
fix: add new line
1 parent 1fcdcfc commit cf0eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linked-list-cycle/dusunax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def hasCycle(self, head: Optional[ListNode]) -> bool:
3030
if slow == fast:
3131
return True
3232

33-
return False
33+
return False

0 commit comments

Comments
 (0)