mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
Fix lint
This commit is contained in:
parent
c7f4647749
commit
8eae893c76
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue