Indent nit. [ci skip]

This commit is contained in:
John-David Dalton
2015-12-23 00:54:59 -06:00
parent 6343518bca
commit a8de2ca410

View File

@@ -4766,8 +4766,8 @@
}); });
_.filter(object, function() { _.filter(object, function() {
counter++; counter++;
return true; return true;
}); });
assert.strictEqual(counter, 3); assert.strictEqual(counter, 3);