ESlint no-space-func

This commit is contained in:
Peter Jaszkowiak
2017-02-17 22:17:10 -07:00
parent 3d6bfa47c5
commit 1cf25f57fc
4 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ module.exports = function (Posts) {
return callback(err);
}
callback (null, {upvoted: hasVoted[0], downvoted: hasVoted[1]});
callback(null, {upvoted: hasVoted[0], downvoted: hasVoted[1]});
});
};