diff options
Diffstat (limited to 'cli/lsp/memory_cache.rs')
-rw-r--r-- | cli/lsp/memory_cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/memory_cache.rs b/cli/lsp/memory_cache.rs index cfba1ecab..9de6e8615 100644 --- a/cli/lsp/memory_cache.rs +++ b/cli/lsp/memory_cache.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use deno_core::error::AnyError; use deno_core::ModuleSpecifier; |