From 2f8eac07ee5f95fdf3185c7c220bbcadf1db81d8 Mon Sep 17 00:00:00 2001 From: J <799564+jaguilar@users.noreply.github.com> Date: Sun, 2 Jun 2019 23:53:07 -0400 Subject: [PATCH] fix indentation --- src/Script/Script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Script/Script.ts b/src/Script/Script.ts index f1a8f3bf0..6e11fd08b 100644 --- a/src/Script/Script.ts +++ b/src/Script/Script.ts @@ -105,7 +105,7 @@ export class Script { this.filename = filenameElem!.value; this.server = serverIp; this.updateRamUsage(otherScripts); - this.markUpdated(); + this.markUpdated(); } }