Skip to content

Commit 8eae893

Browse files
committed
Fix lint
1 parent c7f4647 commit 8eae893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/net.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ interface DownloadOpts {
7676
dest: string;
7777
mode?: number;
7878
gunzip?: boolean;
79-
overwrite?: boolean,
79+
overwrite?: boolean;
8080
}
8181

8282
export async function download(opts: DownloadOpts) {

0 commit comments

Comments
 (0)