diff options
Diffstat (limited to 'cli/ops/resources.rs')
-rw-r--r-- | cli/ops/resources.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/resources.rs b/cli/ops/resources.rs index c35e9762c..cd7b98aea 100644 --- a/cli/ops/resources.rs +++ b/cli/ops/resources.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. use super::dispatch_json::{JsonOp, Value}; use crate::ops::json_op; use crate::state::ThreadSafeState; |