From 51d03a33ab7e9dfc1d33fd0d8b606f0ba00a9044 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sat, 20 Feb 2021 10:41:39 -0500 Subject: [PATCH] Remove tabs --- Gruntfile.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 72befcb..12dbbc9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { // Project configuration. grunt.initConfig({ - testVariable: 'success', + testVariable: 'success', jshint: { all: [ @@ -255,16 +255,16 @@ module.exports = function(grunt) { 'tmp/modifyVars.css': ['test/fixtures/modifyVars.less'] } }, - processFunction: { - options: { - process: function( content ) { - return grunt.template.process( content ); - } - }, - files: { - 'tmp/processFunction.css': ['test/fixtures/processFunction.less'] - } - } + processFunction: { + options: { + process: function( content ) { + return grunt.template.process( content ); + } + }, + files: { + 'tmp/processFunction.css': ['test/fixtures/processFunction.less'] + } + } }, less_error: {