From e3dc8dfcf4a9a76fb599fe81503a4fa82caa0a27 Mon Sep 17 00:00:00 2001 From: jdalton Date: Fri, 3 Apr 2015 02:12:14 -0500 Subject: [PATCH] Remove rogue newline in `initCloneByTag` doc block. [ci skip] --- lodash.src.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index 65c1b7a5e..250e3470f 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -4170,7 +4170,6 @@ * **Note:** This function only supports cloning values with tags of * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. * - * * @private * @param {Object} object The object to clone. * @param {string} tag The `toStringTag` of the object to clone.