mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Revert whitespace change
This commit is contained in:
@@ -936,7 +936,7 @@ namespace ts {
|
||||
return undefined;
|
||||
}
|
||||
token = preceding;
|
||||
|
||||
|
||||
if (token.kind === matchingTokenKind) {
|
||||
if (remainingMatchingTokens === 0) {
|
||||
return token;
|
||||
|
||||
Reference in New Issue
Block a user