Skip to content

Commit 899f06a

Browse files
authored
Update index.js
1 parent 5ea0cda commit 899f06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const parseLine = (() => {
115115
} else if (openParens > 0) {
116116
currentComment += char;
117117
}
118-
}
118+
} else if (openParens > 0) {
119119
// Inside parentheses comment
120120
currentComment += char;
121121
} else {

0 commit comments

Comments
 (0)