chore: formatting code with prettier

pull/2095/head
ayang 8 months ago
parent edabe7da2b
commit 8cbf566109
No known key found for this signature in database
GPG Key ID: 7CF0B972091D5C0C

@ -1342,7 +1342,7 @@ async function size(path: string | URL): Promise<number> {
}
return await invoke('plugin:fs|size', {
path: path instanceof URL ? path.toString() : path,
path: path instanceof URL ? path.toString() : path
})
}

Loading…
Cancel
Save