Whitespace nit.

This commit is contained in:
John-David Dalton
2014-05-04 02:10:54 -07:00
parent 649994464c
commit 0631b8f052

View File

@@ -6868,7 +6868,7 @@
while (length--) {
omitProps[length] = String(omitProps[length]);
}
return pick(object, baseDifference(keysIn(object), omitProps));
return pick(object, baseDifference(keysIn(object), omitProps));
}
/**