Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Ip committed Sep 19, 2017
1 parent 6488d22 commit 08b3fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/consolidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ function readPartials(path, options, fn) {
function next(index) {
if (index === keys.length) return fn(null);
var key = keys[index];

var partialPath = partials[key];

if (partialPath === undefined || partialPath === null || partialPath === false) {
Expand Down

0 comments on commit 08b3fac

Please sign in to comment.