fix indentation

This commit is contained in:
J
2019-06-02 23:53:07 -04:00
committed by GitHub
parent 3eaefa01f9
commit 2f8eac07ee

View File

@ -105,7 +105,7 @@ export class Script {
this.filename = filenameElem!.value;
this.server = serverIp;
this.updateRamUsage(otherScripts);
this.markUpdated();
this.markUpdated();
}
}