Fix trailing whitespace

This commit is contained in:
Andy Hanson 2016-05-26 06:01:20 -07:00
parent 7ddb1631bc
commit 5a627ad176

View file

@ -2354,7 +2354,7 @@ ${code}
let currentFileContent: string = undefined;
let currentFileName = fileName;
let currentFileOptions: { [s: string]: string } = {};
function resetLocalData() {
currentFileContent = undefined;
currentFileOptions = {};