mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Space nit in test catch block.
This commit is contained in:
@@ -20300,7 +20300,7 @@
|
|||||||
var actual = lodashStable.map(values, function(value) {
|
var actual = lodashStable.map(values, function(value) {
|
||||||
try {
|
try {
|
||||||
return [_.unset(value, 'a.b'), _.unset(value, ['a', 'b'])];
|
return [_.unset(value, 'a.b'), _.unset(value, ['a', 'b'])];
|
||||||
} catch(e) {
|
} catch (e) {
|
||||||
return e.message;
|
return e.message;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user