chore: upgrade prettier and fix linting errors
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { OpenDialogOptions, OpenDialogReturnValue } from 'electron';
|
||||
import { RpcEvent } from './EventSystem/Rpc';
|
||||
import { OpenDialogOptions, OpenDialogReturnValue } from 'electron'
|
||||
import { RpcEvent } from './EventSystem/Rpc'
|
||||
|
||||
export function makeOpenDialogRpc(): RpcEvent<OpenDialogOptions, OpenDialogReturnValue> {
|
||||
return {
|
||||
topic: `openDialog`
|
||||
};
|
||||
return {
|
||||
topic: `openDialog`,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user