]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
correct indentation 11812/head
authorTobias Lindig <tl@cm4all.com>
Tue, 10 Dec 2013 13:47:50 +0000 (14:47 +0100)
committerTobias Lindig <tl@cm4all.com>
Tue, 10 Dec 2013 13:47:50 +0000 (14:47 +0100)
Gruntfile.js

index 010dc58d7f9c17b9e8c26e5274361a200b7eb2b4..89e7f42f333d846324a6d996f07d83bd1402bb1f 100644 (file)
@@ -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']);