mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Whitespace nit.
This commit is contained in:
@@ -6868,7 +6868,7 @@
|
|||||||
while (length--) {
|
while (length--) {
|
||||||
omitProps[length] = String(omitProps[length]);
|
omitProps[length] = String(omitProps[length]);
|
||||||
}
|
}
|
||||||
return pick(object, baseDifference(keysIn(object), omitProps));
|
return pick(object, baseDifference(keysIn(object), omitProps));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user