mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
style: Update formatting in various files
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import { webTorrentData } from "@main/services/web-torrent-data"
|
||||
import { registerEvent } from "../../register-event"
|
||||
import { webTorrentData } from "@main/services/web-torrent-data";
|
||||
import { registerEvent } from "../../register-event";
|
||||
|
||||
const getMagnetHealth = async (_event: Electron.IpcMainInvokeEvent, magnet: string) => {
|
||||
return webTorrentData.getSeedersAndPeers(magnet)
|
||||
}
|
||||
const getMagnetHealth = async (
|
||||
_event: Electron.IpcMainInvokeEvent,
|
||||
magnet: string
|
||||
) => {
|
||||
return webTorrentData.getSeedersAndPeers(magnet);
|
||||
};
|
||||
|
||||
registerEvent(getMagnetHealth, {
|
||||
name: 'getMagnetHealth'
|
||||
})
|
||||
name: "getMagnetHealth",
|
||||
});
|
||||
|
||||
@@ -7,7 +7,7 @@ import "./catalogue/get-games";
|
||||
import "./catalogue/get-how-long-to-beat";
|
||||
import "./catalogue/get-random-game";
|
||||
import "./catalogue/search-games";
|
||||
import "./catalogue/repacks/get-magnet-health"
|
||||
import "./catalogue/repacks/get-magnet-health";
|
||||
import "./hardware/get-disk-free-space";
|
||||
import "./library/add-game-to-library";
|
||||
import "./library/close-game";
|
||||
|
||||
Reference in New Issue
Block a user