Commit 3583aa27 authored by Tobias Lindig's avatar Tobias Lindig
Browse files

correct indentation

parent 9f12f840
1 merge request!11812Build process: use module "load-grunt-tasks" to load grunt tasks
Showing with 1 addition and 1 deletion
+1 -1
......@@ -325,7 +325,7 @@ module.exports = function (grunt) {
// These plugins provide necessary tasks.
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
// Docs HTML validation task
grunt.registerTask('validate-html', ['jekyll', 'validation']);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment