We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec90db0 commit a25af0eCopy full SHA for a25af0e
src/comments/handler.js
@@ -2,7 +2,6 @@ const {
2
handleOwnLineComment,
3
handleEndOfLineComment,
4
handleRemainingComment,
5
- hasLeadingComment,
6
isBlockComment
7
} = require('../prettier-comments/language-js/comments');
8
@@ -90,6 +89,5 @@ module.exports = {
90
89
handleOwnLineComment: solidityHandleOwnLineComment,
91
handleEndOfLineComment: solidityHandleEndOfLineComment,
92
handleRemainingComment: solidityHandleRemainingComment,
93
94
95
};
0 commit comments