summaryrefslogtreecommitdiff
path: root/ext/napi/value.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/napi/value.rs')
-rw-r--r--ext/napi/value.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/napi/value.rs b/ext/napi/value.rs
index bb3966593..0e289fedd 100644
--- a/ext/napi/value.rs
+++ b/ext/napi/value.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
use deno_core::v8;
use std::mem::transmute;