Skip to content

Commit 33c17a3

Browse files
committed
remove line feed separator
1 parent 4469bd6 commit 33c17a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = function (headerText, data) {
3333

3434
var template = gutil.template(headerText, extend({file : file}, data));
3535

36-
concat = new Concat(true, fileName, gutil.linefeed);
36+
concat = new Concat(true, fileName);
3737

3838
if (file.isBuffer()) {
3939
concat.add(fileName, new Buffer(template));

0 commit comments

Comments
 (0)