diff options
Diffstat (limited to 'cli/bench/encode_into.js')
-rw-r--r-- | cli/bench/encode_into.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/encode_into.js b/cli/bench/encode_into.js index aae39080a..4881f8752 100644 --- a/cli/bench/encode_into.js +++ b/cli/bench/encode_into.js @@ -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, count] = typeof Deno !== "undefined" ? Deno.args : [process.argv[2], process.argv[3]]; |