diff options
Diffstat (limited to 'runtime/http_util.rs')
-rw-r--r-- | runtime/http_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/http_util.rs b/runtime/http_util.rs index 4fe4dc7ec..97d6125e0 100644 --- a/runtime/http_util.rs +++ b/runtime/http_util.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::generic_error; use deno_core::error::AnyError; |