mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37: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) {
|
||||
try {
|
||||
return [_.unset(value, 'a.b'), _.unset(value, ['a', 'b'])];
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
return e.message;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user