mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
Fully remove formatCode function (trim on script save)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user