Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and PeterC1965 committed Jul 25, 2024
1 parent 58fcfa7 commit 8e94baa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ bool WaterHeaterManagementDelegate::HasWaterTemperatureReachedTarget() const
(mBoostState == BoostStateEnum::kActive && mBoostTargetPercentage.HasValue()) ? mBoostTargetPercentage.Value() : 100;
}


// Determine whether the water is at the target temperature
bool tempReached = true;
if (mpWhmInstance != nullptr && mpWhmInstance->HasFeature(Feature::kTankPercent))
Expand All @@ -377,7 +376,6 @@ bool WaterHeaterManagementDelegate::HasWaterTemperatureReachedTarget() const
tempReached = false;
}


return tempReached;
}

Expand Down

0 comments on commit 8e94baa

Please sign in to comment.