Skip to content

Commit

Permalink
Fix indentation using standard --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh committed Sep 19, 2016
1 parent 43df27c commit 38b1f24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ module.exports = function (grunt) {
src: '**',
dest: 'govuk_modules/govuk_frontend_toolkit/'
},
{
expand: true,
cwd: 'node_modules/govuk_template_jinja/',
src: '**',
dest: 'govuk_modules/govuk_template/'
}]
{
expand: true,
cwd: 'node_modules/govuk_template_jinja/',
src: '**',
dest: 'govuk_modules/govuk_template/'
}]
},
govuk_template_jinja: {
files: [{
Expand Down

0 comments on commit 38b1f24

Please sign in to comment.