aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Lindig <[email protected]>2013-12-10 14:47:50 +0100
committerTobias Lindig <[email protected]>2013-12-10 14:47:50 +0100
commit3583aa27749d863d2974d6494081ce42280c8fbb (patch)
tree12b0e2dbf9a13e29d3dc99ed567d0653c782500a
parent9f12f840b94293392cb0da008d744107b952d149 (diff)
downloadbootstrap-3583aa27749d863d2974d6494081ce42280c8fbb.tar.xz
bootstrap-3583aa27749d863d2974d6494081ce42280c8fbb.zip
correct indentation
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 010dc58d7..89e7f42f3 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']);