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 * Default options
*/ */
defaults: { defaults: {
root: path.join(strapi.config.appPath, strapi.config.paths.views), root: path.join(strapi.config.appPath, strapi.config.paths.views),
layout: 'layout', layout: 'layout',
viewExt: 'ejs', viewExt: 'ejs',
cache: true, cache: true,
debug: true debug: true
}, },
/** /**
* Initialize the hook * Initialize the hook