Skip to content

Commit 754cbc4

Browse files
committed
run biome formatter
1 parent 8f2cf86 commit 754cbc4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ui/env-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/// <reference types="vite/client" />
1+
/// <reference types="vite/client" />

ui/stage/config.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ export function ConfigValues(props: { stageAtom: Atom<SMXStage | undefined> }) {
1111
return []; // skip panels will all disabled sensors
1212
}
1313

14-
const { fsrHighThreshold: highs, fsrLowThreshold: lows } =
15-
config.panelSettings[idx];
14+
const { fsrHighThreshold: highs, fsrLowThreshold: lows } = config.panelSettings[idx];
1615

1716
return {
1817
idx,

0 commit comments

Comments
 (0)