From: Tobias Lindig Date: Tue, 10 Dec 2013 13:47:50 +0000 (+0100) Subject: correct indentation X-Git-Tag: v3.1.0~156^2~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11812%2Fhead;p=thirdparty%2Fbootstrap.git correct indentation --- 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']);