diff --git a/taglibs/html/CommentTag.js b/taglibs/html/CommentTag.js
index 52422d2a1..a065b8f91 100644
--- a/taglibs/html/CommentTag.js
+++ b/taglibs/html/CommentTag.js
@@ -1,8 +1,8 @@
'use strict';
module.exports = function render(input, out) {
out.write('');
};