Skip to content

Commit a0549fa

Browse files
committed
Fix lint compliant
1 parent 278b35b commit a0549fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ declare namespace ts.server.protocol {
516516
/**
517517
* Used when a version of the file content is known to be more up to date than the one on disk.
518518
* Then the known content will be used upon opening instead of the disk copy
519-
*/
519+
*/
520520
fileContent?: string;
521521
}
522522

0 commit comments

Comments
 (0)