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:
		| @@ -1,6 +1,6 @@ | ||||
| #include "esphome/core/log.h" | ||||
| #include "absolute_humidity.h" | ||||
|  | ||||
| // test | ||||
| namespace esphome { | ||||
| namespace absolute_humidity { | ||||
|  | ||||
|   | ||||
| @@ -14,6 +14,7 @@ enum SaturationVaporPressureEquation { | ||||
| }; | ||||
|  | ||||
| /// 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 { | ||||
|  public: | ||||
|   AbsoluteHumidityComponent() = default; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user