Fix space-infix-ops linter rule

This commit is contained in:
HeeL
2016-10-13 11:42:29 +02:00
parent 9a0d764bbd
commit 3fa1c1f927
77 changed files with 159 additions and 160 deletions

View File

@@ -84,7 +84,7 @@ module.exports = function(Posts) {
var upvoteSets = [];
var downvoteSets = [];
for (var i=0; i<pids.length; ++i) {
for (var i = 0; i < pids.length; ++i) {
upvoteSets.push('pid:' + pids[i] + ':upvote');
downvoteSets.push('pid:' + pids[i] + ':downvote');
}