From 9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 10 Feb 2014 11:09:59 -0800 Subject: [PATCH] fix indentation in Gruntfile --- Gruntfile.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1a9eb94eef..41fe0785b3 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/' } },