diff options
Diffstat (limited to 'cli/bench/fs/run.mjs')
-rw-r--r-- | cli/bench/fs/run.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/fs/run.mjs b/cli/bench/fs/run.mjs index 727b4126c..94240f20d 100644 --- a/cli/bench/fs/run.mjs +++ b/cli/bench/fs/run.mjs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. let total = 5; let current = ""; |