Skip to content

Commit

Permalink
tabs -> spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarchein committed Mar 22, 2013
1 parent f2431d1 commit e5d6b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/angular-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(grunt) {
var dest = path.normalize(this.files[0].dest);
var done = this.async();

compiler.compile(id, this.options(), files, function(err, compiled) {
compiler.compile(id, this.options(), files, function(err, compiled) {
if (err) {
done(false);
} else {
Expand Down

0 comments on commit e5d6b50

Please sign in to comment.