1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -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 GitHub
parent 489cafd5ba
commit 805e8b39ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
use std::collections::BTreeMap;
use std::io::Write;