From 515d8295fe0089cc7062e7b4b4854258e3e2ad11 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 5 Sep 2024 09:26:13 +0200 Subject: [PATCH] fmt --- tests/unit_node/os_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_node/os_test.ts b/tests/unit_node/os_test.ts index 62af4594a227ea..78636e755d5608 100644 --- a/tests/unit_node/os_test.ts +++ b/tests/unit_node/os_test.ts @@ -301,7 +301,7 @@ Deno.test({ assertThrows( () => { try { - os.setPriority(child.pid, os.constants.priority.PRIORITY_HIGH) + os.setPriority(child.pid, os.constants.priority.PRIORITY_HIGH); } catch (err) { console.error(err); throw err;