Skip to content

Commit aef95e7

Browse files
format (#136)
1 parent 1812b29 commit aef95e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsc/tsc-new-parser/scanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3615,7 +3615,7 @@ auto Scanner::setInJSDocType(boolean inType) -> void
36153615
auto Scanner::codePointAt(safe_string &str, number i) -> CharacterCodes
36163616
{
36173617
return str[i];
3618-
};
3618+
}
36193619

36203620
/* @internal */
36213621
auto Scanner::charSize(CharacterCodes ch) -> number

0 commit comments

Comments
 (0)