Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkarpov committed Oct 13, 2015
1 parent 5012f7c commit 7a81662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/nunjucks.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function (grunt) {

// autoescaping true by default
if (options.autoescape === undefined) {
options.autoescape = true;
options.autoescape = true
}

// Arm Nunjucks
Expand Down

0 comments on commit 7a81662

Please sign in to comment.