mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Indent nit. [ci skip]
This commit is contained in:
@@ -4766,8 +4766,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
_.filter(object, function() {
|
_.filter(object, function() {
|
||||||
counter++;
|
counter++;
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
assert.strictEqual(counter, 3);
|
assert.strictEqual(counter, 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user