Skip to content

Commit

Permalink
Merge 62ccfe8 into 63cd5bd
Browse files Browse the repository at this point in the history
  • Loading branch information
piuccio committed Jul 24, 2014
2 parents 63cd5bd + 62ccfe8 commit 32a8dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ContentWriter.prototype = {
* @method println
* @param {String} str the string to write
*/
println: function (str) { this.write(str); this.write('\n'); }
println: function (str) { this.write(str + '\n'); }
};

/**
Expand Down

0 comments on commit 32a8dac

Please sign in to comment.