Skip to content

Commit 88dc958

Browse files
committed
chore: add newline
1 parent 4867bff commit 88dc958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contains-duplicate/kangdaia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def containsDuplicate(self, nums: list[int]) -> bool:
2222
"""
2323
if len(nums) <= 1:
2424
return False
25-
return len(nums) != len(set(nums))
25+
return len(nums) != len(set(nums))

0 commit comments

Comments
 (0)