Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Feb 20, 2021
1 parent 57256e0 commit 51d03a3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Gruntfile.js
Expand Up @@ -13,7 +13,7 @@ module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({

testVariable: 'success',
testVariable: 'success',

jshint: {
all: [
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 51d03a3

Please sign in to comment.