1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 23:21:54 +00:00

DNM: no split test

This commit is contained in:
J. Nick Koston
2025-10-20 16:11:28 -10:00
parent c9e166905f
commit 326405ae8f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#include "esphome/core/log.h" #include "esphome/core/log.h"
#include "absolute_humidity.h" #include "absolute_humidity.h"
// test
namespace esphome { namespace esphome {
namespace absolute_humidity { namespace absolute_humidity {

View File

@@ -14,6 +14,7 @@ enum SaturationVaporPressureEquation {
}; };
/// This class implements calculation of absolute humidity from temperature and relative humidity. /// This class implements calculation of absolute humidity from temperature and relative humidity.
// Test change for clang-tidy split logic
class AbsoluteHumidityComponent : public sensor::Sensor, public Component { class AbsoluteHumidityComponent : public sensor::Sensor, public Component {
public: public:
AbsoluteHumidityComponent() = default; AbsoluteHumidityComponent() = default;