Skip to content

Commit

Permalink
Reindent.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Apr 14, 2016
1 parent e6e4c29 commit 84ff7eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ module.exports = function(grunt) {
return (((arg1.value * 1) + (arg2.value))) + arg1.unit.numerator[0];
},
'string-result': function() {
return '"Hello"';
return '"Hello"';
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion tasks/less.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module.exports = function(grunt) {
var args = [].slice.call(arguments);
args.unshift(less);
var res = options.customFunctions[name].apply(this, args);
return _.isObject(res) ? res : new less.tree.Anonymous(res);
return _.isObject(res) ? res : new less.tree.Anonymous(res);
});
});
}
Expand Down

0 comments on commit 84ff7eb

Please sign in to comment.