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