Removing trailing whitespace from services.ts

This commit is contained in:
Jason Ramsay
2016-02-17 07:42:27 -08:00
parent 2aa8f05e64
commit 26e14dd76f

View File

@@ -2103,7 +2103,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);
}
}