This commit is contained in:
2024-01-07 14:34:45 +01:00
parent a30dbe0759
commit b9ec3247af
2 changed files with 5 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ pub struct PlantCtrlBoard<'a> {
impl PlantCtrlBoardInteraction for PlantCtrlBoard<'_> {
fn battery_state(&mut self) -> Result<BatteryState> {
return Ok(BatteryState::default());
Ok(BatteryState::default())
}
fn is_day(&self) -> bool {