Skip to content

Commit c3bcf26

Browse files
committed
ci: Format code
1 parent 5b544d8 commit c3bcf26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/seam/components/DeviceDetails/ThermostatDeviceDetails.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function ClimateSettingRow({
235235
}
236236
}
237237

238-
return () => { }
238+
return () => {}
239239
}, [isHeatCoolSuccess, isHeatSuccess, isCoolSuccess, isSetOffSuccess])
240240

241241
return (
@@ -275,7 +275,7 @@ function ClimateSettingRow({
275275
delta={
276276
Number(
277277
'min_heating_cooling_delta_fahrenheit' in device.properties &&
278-
device.properties.min_heating_cooling_delta_fahrenheit
278+
device.properties.min_heating_cooling_delta_fahrenheit
279279
) ?? 0
280280
}
281281
/>

0 commit comments

Comments
 (0)