diff options
| author | Tobias Lindig <[email protected]> | 2013-12-10 14:47:50 +0100 |
|---|---|---|
| committer | Tobias Lindig <[email protected]> | 2013-12-10 14:47:50 +0100 |
| commit | 3583aa27749d863d2974d6494081ce42280c8fbb (patch) | |
| tree | 12b0e2dbf9a13e29d3dc99ed567d0653c782500a | |
| parent | 9f12f840b94293392cb0da008d744107b952d149 (diff) | |
| download | bootstrap-3583aa27749d863d2974d6494081ce42280c8fbb.tar.xz bootstrap-3583aa27749d863d2974d6494081ce42280c8fbb.zip | |
correct indentation
| -rw-r--r-- | Gruntfile.js | 2 |
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']); |
