mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove unnecessary else clause
This commit is contained in:
@@ -1724,9 +1724,7 @@ namespace ts {
|
||||
pos = scanConflictMarkerTrivia(text, pos, error);
|
||||
return token = SyntaxKind.ConflictMarkerTrivia;
|
||||
}
|
||||
else {
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
return token = SyntaxKind.JsxText;
|
||||
|
||||
Reference in New Issue
Block a user