Skip to content

Commit

Permalink
core(runtime): fix copyright in date (#9116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liamolucko authored Jan 15, 2021
1 parent 836e221 commit 03bf2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/ops/crypto.rs
Original file line number Diff line number Diff line change
@@ -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_crypto::op_crypto_get_random_values;
use deno_crypto::rand::rngs::StdRng;
use deno_crypto::rand::SeedableRng;
Expand Down

0 comments on commit 03bf2fc

Please sign in to comment.