fix style

This commit is contained in:
barisusakli
2016-10-25 12:53:43 +03:00
parent b16671caa5
commit a995afbfe0

View File

@@ -35,7 +35,7 @@ module.exports = function (middleware) {
user.isAdminOrGlobalMod(req.uid, next);
},
function(allowed, next) {
function (allowed, next) {
if (allowed) {
return next(null, allowed);
}