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 c66f528db..f2dbf22bd 100644 --- a/runtime/colors.rs +++ b/runtime/colors.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use once_cell::sync::Lazy; use std::fmt; |