Skip to content

Commit 5639aa5

Browse files
committed
style: add empty line
1 parent 5b0fc61 commit 5639aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contains-duplicate/bemelon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def containsDuplicate(self, nums: List[int]) -> bool:
77
if num in seen:
88
return True
99
seen.add(num)
10-
return False
10+
return False

0 commit comments

Comments
 (0)