fix formatting error

This commit is contained in:
accalia
2016-03-03 16:42:10 -05:00
parent 072fa38927
commit c13aab39e7

View File

@@ -192,7 +192,7 @@ SocketCategories.isModerator = function(socket, cid, callback) {
user.isModerator(socket.uid, cid, callback);
};
SocketCategories.getCategory = function(socket, cid, callback){
SocketCategories.getCategory = function(socket, cid, callback) {
async.waterfall([
function (next) {
privileges.categories.can('read', cid, socket.uid, next);