mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -107,7 +107,7 @@ helpers.isUsersAllowedTo = function (privilege, uids, cid, callback) {
|
||||
}
|
||||
|
||||
var result = [];
|
||||
for(var i = 0; i < uids.length; i += 1) {
|
||||
for (var i = 0; i < uids.length; i += 1) {
|
||||
result.push(results.hasUserPrivilege[i] || results.hasGroupPrivilege[i]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user