Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Oct 22, 2022
1 parent 56cc093 commit ea8c409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
1 change: 0 additions & 1 deletion src/main/ipc/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ ipcMain.handle(RepluggedIpcChannels.DELETE_SETTING, (_, namespace: string, key:

ipcMain.handle(RepluggedIpcChannels.GET_ALL_SETTINGS, async (_, namespace: string) =>
readTransaction(namespace, (settings) => Object.fromEntries(settings.entries())),

);

ipcMain.handle(
Expand Down

0 comments on commit ea8c409

Please sign in to comment.