From 3583aa27749d863d2974d6494081ce42280c8fbb Mon Sep 17 00:00:00 2001 From: Tobias Lindig Date: Tue, 10 Dec 2013 14:47:50 +0100 Subject: [PATCH] correct indentation --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 010dc58d7f..89e7f42f33 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']);