mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
Fix lint
This commit is contained in:
parent
c7f4647749
commit
8eae893c76
@ -76,7 +76,7 @@ interface DownloadOpts {
|
||||
dest: string;
|
||||
mode?: number;
|
||||
gunzip?: boolean;
|
||||
overwrite?: boolean,
|
||||
overwrite?: boolean;
|
||||
}
|
||||
|
||||
export async function download(opts: DownloadOpts) {
|
||||
|
Loading…
Reference in New Issue
Block a user