fix indentation

This commit is contained in:
J 2019-06-02 23:53:07 -04:00 committed by GitHub
parent 3eaefa01f9
commit 2f8eac07ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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