diff --git a/lib/less/tree/comment.js b/lib/less/tree/comment.js index 08e9b3fa..5e8744dd 100644 --- a/lib/less/tree/comment.js +++ b/lib/less/tree/comment.js @@ -6,5 +6,5 @@ tree.Comment = function Comment(value) { tree.Comment.prototype = { toCSS: function () { return this.value; - }, + } };