From 805214626f1058ef3114be302ad7deb6aa834a6d Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers Date: Tue, 11 Apr 2023 22:00:05 +0200 Subject: [PATCH] chore(cli): clean up unused number value (#18661) This PR removes an accidentally declared number value. --- cli/tests/unit_node/child_process_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/unit_node/child_process_test.ts b/cli/tests/unit_node/child_process_test.ts index a3bb6b888a..a2dd9924d8 100644 --- a/cli/tests/unit_node/child_process_test.ts +++ b/cli/tests/unit_node/child_process_test.ts @@ -185,7 +185,7 @@ Deno.test({ }, }); -/* Start of ported part */ 3; +/* Start of ported part */ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Ported from Node 15.5.1