From e5f19fe0377c2d7ea5fff80dc1fdec2cdea72f79 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 21 Sep 2014 23:26:01 -0700 Subject: [PATCH] Minor whitespace nit. [ci skip] --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index caa143ee2..cf944cb8b 100644 --- a/test/test.js +++ b/test/test.js @@ -212,7 +212,7 @@ /** The `lodash` function to test */ var _ = root._ || (root._ = ( _ = load(filePath) || root._, - _ = _._ || (isStrict = ui.isStrict = isStrict || 'default' in _, _['default']) || _, + _ = _._ || (isStrict = ui.isStrict = isStrict || 'default' in _, _['default']) || _, (_.runInContext ? _.runInContext(root) : _) ));