Skip to content

Commit 293705b

Browse files
Miodecgithub-actions[bot]
authored andcommitted
fix formatting
1 parent 000d643 commit 293705b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

frontend/src/ts/modals/streak-hour-offset.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ export function show(): void {
3434
}
3535

3636
function updatePreview(): void {
37-
const inputValue = parseFloat( // parse float to support fractional stuff
37+
const inputValue = parseFloat(
38+
// parse float to support fractional stuff
3839
modal.getModal().querySelector("input")?.value as string,
3940
);
4041

@@ -63,7 +64,8 @@ function hide(): void {
6364
}
6465

6566
async function apply(): Promise<void> {
66-
const value = parseFloat( // parse float again
67+
const value = parseFloat(
68+
// parse float again
6769
modal.getModal().querySelector("input")?.value as string,
6870
);
6971

pnpm-lock.yaml

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)