Skip to content

Commit ec97d49

Browse files
prettier
1 parent f58fd7d commit ec97d49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/common/types/ipc.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ interface AsyncIPCFunctions {
216216
requestAppSettings: () => AppSettings
217217
requestGameSettings: (appName: string) => Promise<GameSettings>
218218
writeConfig: (args: { appName: string; config: Partial<AppSettings> }) => void
219-
refreshLibrary: (library?: Runner | 'all', localOnly?: boolean) => Promise<void>
219+
refreshLibrary: (
220+
library?: Runner | 'all',
221+
localOnly?: boolean
222+
) => Promise<void>
220223
launch: (args: LaunchParams) => StatusPromise
221224
openDialog: (args: OpenDialogOptions) => Promise<string | false>
222225
install: (args: InstallParams) => Promise<void>

0 commit comments

Comments
 (0)