From 0631b8f052c4411c66d2ed3a022649dfd09fff98 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 4 May 2014 02:10:54 -0700 Subject: [PATCH] Whitespace nit. --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index b64ed8bae..350fd7486 100644 --- a/lodash.js +++ b/lodash.js @@ -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)); } /**