1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00

chore: remove duplicate copyright disclaimer (#18055)

Removes duplicate copyright disclaimer from `/lockfile/lib.rs`
This commit is contained in:
Tristan F 2023-03-06 22:56:53 -05:00 committed by Yoshiya Hinosawa
parent 91ea2cdc57
commit 406c95230f

View file

@ -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.
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
use std::collections::BTreeMap; use std::collections::BTreeMap;
use std::io::Write; use std::io::Write;