Skip to content

Commit 13719f3

Browse files
committed
CHORE : add a newline
1 parent 935bc37 commit 13719f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contains-duplicate/crumbs22.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ class Solution {
1010
unordered_set<int> uset(nums.begin(), nums.end());
1111
return (nums.size() != uset.size());
1212
}
13-
};
13+
};

0 commit comments

Comments
 (0)