Skip to content

Commit e9add3a

Browse files
committed
Fix linting
1 parent 7bf8b69 commit e9add3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/editor/src/lib/helpers/retrieveNodesAtPosition.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const extractFunctionComments = (code: string, indentSize: number = 0, is
3737
const multiLineCommentPattern = /\/\*\*[\s\S]*?\*\//g
3838
let commentMatch
3939

40-
4140
while ((commentMatch = multiLineCommentPattern.exec(code)) !== null) {
4241
const commentStart = commentMatch.index
4342
const commentEnd = commentStart + commentMatch[0].length

0 commit comments

Comments
 (0)