Space nit in test catch block.

This commit is contained in:
John-David Dalton
2015-10-27 08:37:28 -07:00
parent 8b57b3086e
commit 9ce38cb43c

View File

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