diff options
Diffstat (limited to 'runtime/colors.rs')
-rw-r--r-- | runtime/colors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/colors.rs b/runtime/colors.rs index 7159db9f6..cc15a8e8d 100644 --- a/runtime/colors.rs +++ b/runtime/colors.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 atty; use once_cell::sync::Lazy; |