diff options
Diffstat (limited to 'cli/ops/random.rs')
-rw-r--r-- | cli/ops/random.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/random.rs b/cli/ops/random.rs index 614188d86..95dbccf80 100644 --- a/cli/ops/random.rs +++ b/cli/ops/random.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; |