Skip to content

Commit

Permalink
Run prettier ui/dgt/src/config.ts again
Browse files Browse the repository at this point in the history
  • Loading branch information
tors42 committed Apr 6, 2024
1 parent 4f6fe93 commit 1fdfc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dgt/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function () {
[true, false].forEach(v => {
const input = document.getElementById(`${k}_${v}`) as HTMLInputElement;
input.checked = localStorage.getItem(k) == '' + v;
})
}),
);
['san', 'uci'].forEach(v => {
const k = 'dgt-speech-announce-move-format';
Expand Down

0 comments on commit 1fdfc52

Please sign in to comment.