diff --git a/lockfile/lib.rs b/lockfile/lib.rs index 616a8da981..12ebb7441f 100644 --- a/lockfile/lib.rs +++ b/lockfile/lib.rs @@ -1,5 +1,4 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use std::collections::BTreeMap; use std::io::Write;