Skip to content

Commit f763100

Browse files
author
1000ch
committed
fix indent
1 parent ef8d157 commit f763100

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tasks/csscomb.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ module.exports = function (grunt) {
7272
}
7373
}).forEach(function (src) {
7474

75-
// Get CSS from a source file:
76-
var css = grunt.file.read(src);
77-
78-
// Comb it:
79-
grunt.log.ok('Sorting file "' + src + '"...');
80-
var syntax = src.split('.').pop();
81-
var combed = comb.processString(css, syntax);
82-
grunt.file.write(f.dest, combed);
83-
});
75+
// Get CSS from a source file:
76+
var css = grunt.file.read(src);
77+
78+
// Comb it:
79+
grunt.log.ok('Sorting file "' + src + '"...');
80+
var syntax = src.split('.').pop();
81+
var combed = comb.processString(css, syntax);
82+
grunt.file.write(f.dest, combed);
83+
});
8484
});
8585
});
8686
};

0 commit comments

Comments
 (0)