Skip to content

Commit 1e540cd

Browse files
committed
Add trailing newline at end of file
1 parent d6e47fe commit 1e540cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contains-duplicate/heesun-task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ var containsDuplicate = function(nums) {
2323
seen.add(num);
2424
}
2525
return false;
26-
};
26+
};

0 commit comments

Comments
 (0)