Fix lint compliant

This commit is contained in:
zhengbli
2015-11-12 11:33:44 -08:00
parent 278b35b354
commit a0549fa316

View File

@@ -516,7 +516,7 @@ declare namespace ts.server.protocol {
/**
* Used when a version of the file content is known to be more up to date than the one on disk.
* Then the known content will be used upon opening instead of the disk copy
*/
*/
fileContent?: string;
}