style: Update formatting in various files

This commit is contained in:
ChristoferMendes 2024-05-12 21:40:30 -03:00
parent e6b62399f7
commit f2af65d4cd
12 changed files with 76 additions and 62 deletions

View file

@ -112,5 +112,6 @@ contextBridge.exposeInMainWorld("electron", {
showOpenDialog: (options: Electron.OpenDialogOptions) =>
ipcRenderer.invoke("showOpenDialog", options),
platform: process.platform,
getMagnetHealth: (magnet: string) => ipcRenderer.invoke("getMagnetHealth", magnet),
getMagnetHealth: (magnet: string) =>
ipcRenderer.invoke("getMagnetHealth", magnet),
});