mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Minor format nit.
This commit is contained in:
@@ -11357,7 +11357,8 @@
|
||||
var object = new Foo;
|
||||
if (objToString.call(object) == objectTag) {
|
||||
assert.strictEqual(_[methodName](object), false, '`_.' + methodName + '` returns `false`');
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
skipAssert(assert);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user