Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelsicoko committed Dec 20, 2016
1 parent b5c6ebc commit 1e88cb8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/strapi-ejs/lib/index.js
Expand Up @@ -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
Expand Down

0 comments on commit 1e88cb8

Please sign in to comment.