diff options
Diffstat (limited to 'std/flags/dash_test.ts')
-rwxr-xr-x | std/flags/dash_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/flags/dash_test.ts b/std/flags/dash_test.ts index 896305cc4..7a4f7dd1e 100755 --- a/std/flags/dash_test.ts +++ b/std/flags/dash_test.ts @@ -23,6 +23,6 @@ Deno.test("moveArgsAfterDoubleDashIntoOwnArray", function (): void { name: "John", _: ["before"], "--": ["after"], - } + }, ); }); |