Skip to content

Commit

Permalink
#719 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Jun 19, 2015
1 parent 5c00aeb commit c580fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dispatch/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ manager.formatResults = function (results, callback) {
});
results.documents[dindex] = document;
dindex++;
return cb()
return cb();
}, function (err) {


Expand Down

0 comments on commit c580fa2

Please sign in to comment.