diff options
Diffstat (limited to 'cli/util/draw_thread.rs')
-rw-r--r-- | cli/util/draw_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/draw_thread.rs b/cli/util/draw_thread.rs index 352ead3b0..d9ab176a9 100644 --- a/cli/util/draw_thread.rs +++ b/cli/util/draw_thread.rs @@ -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. use console_static_text::ConsoleStaticText; use deno_core::parking_lot::Mutex; |