Minor format nit.

This commit is contained in:
John-David Dalton
2016-03-03 22:42:29 -08:00
parent cc1c1c127e
commit a19890469e

View File

@@ -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);
}
});