From 5c3408f488a09f06b491ec158730e8b52f89a2cd Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 3 Mar 2021 16:23:00 +0100 Subject: [PATCH] Cosmetic --- src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index ef625e6..90817b7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,8 +31,7 @@ function spawnWorker(t: Turn, moduleName: string, arg: Assertion) { } function spawnModule(t: Turn, moduleName: string, arg: Assertion) { - import(moduleName).then(m => t.freshen(t => t.spawn(t => - m.default(t, arg)))); + import(moduleName).then(m => t.freshen(t => t.spawn(t => m.default(t, arg)))); } // __setNextActorId(1000);