diff options
Diffstat (limited to 'cli/util/progress_bar/renderer.rs')
-rw-r--r-- | cli/util/progress_bar/renderer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/progress_bar/renderer.rs b/cli/util/progress_bar/renderer.rs index d8fa1769d..41a27f3aa 100644 --- a/cli/util/progress_bar/renderer.rs +++ b/cli/util/progress_bar/renderer.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use std::time::Duration; |