Whitespace nits. [ci skip]

This commit is contained in:
jdalton
2015-03-12 23:02:23 -07:00
parent 6a1b7626e3
commit 78d4812b0e

View File

@@ -4646,6 +4646,7 @@
test('should return `undefined` when querying empty arrays', 1, function() {
var array = [];
array['-1'] = 1;
strictEqual(_.first(array), undefined);
});
@@ -8929,6 +8930,7 @@
test('should return `undefined` when querying empty arrays', 1, function() {
var array = [];
array['-1'] = 1;
strictEqual(_.last([]), undefined);
});