Fully remove formatCode function (trim on script save)

This commit is contained in:
omuretsu
2023-05-03 07:21:23 -04:00
parent ad5a1c4bac
commit 3c996a47ea
3 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ function convert(code: string): string {
out.push(line);
}
code = out.join("\n");
return Script.formatCode(code);
return code;
}
export function AwardNFG(n = 1): void {