Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Dec 5, 2023
1 parent a218271 commit c1ba51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/packages/models/src/account-internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ export const unselectAllAccounts = () => {
const accounts = readAccounts();
for (const acc of accounts) acc.selected = false;
writeAccounts(accounts);
}
};

0 comments on commit c1ba51b

Please sign in to comment.