Skip to content

Commit df508de

Browse files
committed
fix formatting in parser
1 parent 9e81ac9 commit df508de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5634,7 +5634,7 @@ namespace ts {
56345634
// will immediately bail out of walking any subtrees when we can see that their parents
56355635
// are already correct.
56365636
let result = Parser.parseSourceFile(sourceFile.fileName, newText, sourceFile.languageVersion, syntaxCursor, /* setParentNode */ true)
5637-
5637+
56385638
return result;
56395639
}
56405640

0 commit comments

Comments
 (0)