diff options
Diffstat (limited to 'cli/lsp/refactor.rs')
-rw-r--r-- | cli/lsp/refactor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/refactor.rs b/cli/lsp/refactor.rs index 2694b7c5a..cf18eca79 100644 --- a/cli/lsp/refactor.rs +++ b/cli/lsp/refactor.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. // The logic of this module is heavily influenced by // https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/src/languageFeatures/refactor.ts |