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