Fix indentation

This commit is contained in:
Aurélien Georget 2016-12-20 20:42:52 +01:00
parent b5c6ebc016
commit 1e88cb866d

View File

@ -22,13 +22,13 @@ module.exports = function (strapi) {
* Default options
*/
defaults: {
root: path.join(strapi.config.appPath, strapi.config.paths.views),
layout: 'layout',
viewExt: 'ejs',
cache: true,
debug: true
},
defaults: {
root: path.join(strapi.config.appPath, strapi.config.paths.views),
layout: 'layout',
viewExt: 'ejs',
cache: true,
debug: true
},
/**
* Initialize the hook