diff options
author | Geert-Jan Zwiers <geertjanzwiers@protonmail.com> | 2023-04-11 22:00:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 16:00:05 -0400 |
commit | 805214626f1058ef3114be302ad7deb6aa834a6d (patch) | |
tree | 2eb4163ed811865863258e7d2d7e833191ddd052 | |
parent | e0bf8e6faf58c8120738215a1aa05adbd79289c3 (diff) |
chore(cli): clean up unused number value (#18661)
This PR removes an accidentally declared number value.
-rw-r--r-- | cli/tests/unit_node/child_process_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit_node/child_process_test.ts b/cli/tests/unit_node/child_process_test.ts index a3bb6b888..a2dd9924d 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 |