aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-10 11:09:59 -0800
committerChris Rebert <[email protected]>2014-02-10 11:09:59 -0800
commit9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50 (patch)
tree9366361bd66fcb1993b5bb68b9dc5632dbcffbf1
parent77eaa808dbe68d232f3c8e0416ed25fbc12f1ffa (diff)
downloadbootstrap-9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50.tar.xz
bootstrap-9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50.zip
fix indentation in Gruntfile
-rw-r--r--Gruntfile.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 1a9eb94ee..41fe0785b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -233,10 +233,10 @@ module.exports = function (grunt) {
}
},
examples: {
- expand: true,
- cwd: 'docs/examples/',
- src: ['**/*.css'],
- dest: 'docs/examples/'
+ expand: true,
+ cwd: 'docs/examples/',
+ src: ['**/*.css'],
+ dest: 'docs/examples/'
}
},