prettier: format all files

This commit is contained in:
Hydra
2024-04-21 01:02:17 -03:00
committed by José Luís
parent 95a26c805f
commit a242ea7f47
4 changed files with 8 additions and 6 deletions

View File

@@ -99,7 +99,8 @@ contextBridge.exposeInMainWorld("electron", {
},
/* Hardware */
getDiskFreeSpace: (path: string) => ipcRenderer.invoke("getDiskFreeSpace", path),
getDiskFreeSpace: (path: string) =>
ipcRenderer.invoke("getDiskFreeSpace", path),
/* Misc */
getOrCacheImage: (url: string) => ipcRenderer.invoke("getOrCacheImage", url),