mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-19 17:18:50 -06:00
Remove unnecessary else clause
This commit is contained in:
parent
8f79f9529f
commit
e66c824f31
@ -1724,9 +1724,7 @@ namespace ts {
|
||||
pos = scanConflictMarkerTrivia(text, pos, error);
|
||||
return token = SyntaxKind.ConflictMarkerTrivia;
|
||||
}
|
||||
else {
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
return token = SyntaxKind.JsxText;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user