Skip to content

Commit 0206808

Browse files
Closure Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 877798872
1 parent 8fed735 commit 0206808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/google/javascript/jscomp/deps/JsFileLineParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ private boolean isCommentQuoted(String line, int startOfMultilineComment, char q
237237
if (closingQuoteIndex == -1) {
238238
return false;
239239
}
240-
;
241240
// Skip escaped quotes
242241
while (isEscaped(line, closingQuoteIndex)) {
243242
closingQuoteIndex = line.indexOf(quoteChar, closingQuoteIndex + 1);

0 commit comments

Comments
 (0)