Skip to content

Commit 145da63

Browse files
pmjuupmjuu
authored andcommitted
fix: add line break
1 parent 9b2784c commit 145da63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contains-duplicate/pmjuu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
class Solution:
22
def containsDuplicate(self, nums: List[int]) -> bool:
33
return len(nums) != len(set(nums))
4+

0 commit comments

Comments
 (0)