diff options
Diffstat (limited to 'cli/tests/028_args.ts')
-rw-r--r-- | cli/tests/028_args.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/028_args.ts b/cli/tests/028_args.ts index f3604a830..ec41d52f9 100644 --- a/cli/tests/028_args.ts +++ b/cli/tests/028_args.ts @@ -1,3 +1,3 @@ -Deno.args.forEach((arg): void => { +Deno.args.forEach((arg) => { console.log(arg); }); |