Skip to content

Commit 3329471

Browse files
committed
ci: Format code
1 parent c63fa44 commit 3329471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ui/thermostat/ClimatePreset.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export function ClimatePreset(props: ClimatePresetProps): JSX.Element {
242242
mode={value!}
243243
onChange={(value) => {
244244
onHvacModeChange(value)
245-
onChange(value);
245+
onChange(value)
246246
}}
247247
/>
248248
)}

0 commit comments

Comments
 (0)