ESlint object-curly-spacing

This commit is contained in:
Peter Jaszkowiak
2017-02-18 12:30:49 -07:00
parent 1493afee2a
commit 896c8c7343
207 changed files with 971 additions and 971 deletions

View File

@@ -41,7 +41,7 @@ module.exports = function (Categories) {
}
},
function (next) {
plugins.fireHook('filter:category.update', {category: modifiedFields}, next);
plugins.fireHook('filter:category.update', { category: modifiedFields }, next);
},
function (categoryData, next) {
category = categoryData.category;
@@ -57,7 +57,7 @@ module.exports = function (Categories) {
}, next);
},
function (next) {
plugins.fireHook('action:category.update', {cid: cid, modified: category});
plugins.fireHook('action:category.update', { cid: cid, modified: category });
next();
},
], callback);