Removing trailing whitespace from services.ts

This commit is contained in:
Jason Ramsay
2016-02-17 07:42:27 -08:00
parent 9b27c148e9
commit cc02a805a9

View File

@@ -2102,7 +2102,7 @@ namespace ts {
// the script snapshot. If so, update it appropriately. Otherwise, we can just
// return it as is.
if (entry.sourceFile.version !== version) {
entry.sourceFile = updateLanguageServiceSourceFile(entry.sourceFile, scriptSnapshot, version,
entry.sourceFile = updateLanguageServiceSourceFile(entry.sourceFile, scriptSnapshot, version,
scriptSnapshot.getChangeRange(entry.sourceFile.scriptSnapshot), /*aggressiveChecks*/ undefined, scriptKind);
}
}