Skip to content

Commit

Permalink
Merge pull request #842 from andyshora/master
Browse files Browse the repository at this point in the history
Fixed lint error which was causing tests to fail.
  • Loading branch information
am11 committed Apr 8, 2015
2 parents cb9f55e + afc7f9d commit bccad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ module.exports.render = function(options, cb) {
});
}

options.data ? binding.render(options) : binding.renderFile(options);
return options.data ? binding.render(options) : binding.renderFile(options);
};

/**
Expand Down

0 comments on commit bccad58

Please sign in to comment.