From 0f3ec9ad73bb15ccf7c660ea5f38a9b3e8ec66d1 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 19 Apr 2014 11:05:26 -0700 Subject: [PATCH] Newline nits. [ci skip] --- lodash.js | 1 - test/asset/set.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lodash.js b/lodash.js index dcab2f675..8e216fc1e 100644 --- a/lodash.js +++ b/lodash.js @@ -3914,7 +3914,6 @@ return baseFind(collection, predicate, baseEachRight); } - /** * Performs a deep comparison between each element in `collection` and the * source object, returning the first element that has equivalent property diff --git a/test/asset/set.js b/test/asset/set.js index 3d1e88b3f..560615b84 100644 --- a/test/asset/set.js +++ b/test/asset/set.js @@ -50,7 +50,6 @@ return -1; } - /*--------------------------------------------------------------------------*/ /**