From e3c600a681a4b885d73576ebb9e914d37ea19829 Mon Sep 17 00:00:00 2001 From: jdalton Date: Sat, 23 May 2015 16:14:37 -0700 Subject: [PATCH] Remove rogue new line. --- lodash.src.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index e0246a3b4..a5093c884 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -8508,7 +8508,6 @@ : baseClone(value, true); } - /** * Checks if `value` is greater than `other`. *