Fix clang formatting

This commit is contained in:
thetestspecimen 2024-10-08 00:05:29 +03:00
parent 5094f7fd51
commit 648bf3580c
No known key found for this signature in database
GPG Key ID: C88001C355A25170

View File

@ -17,7 +17,7 @@ class Sen0501Component : public PollingComponent, public i2c::I2CDevice {
void set_uv_intensity(sensor::Sensor *uv_intensity) { this->uv_intensity_ = uv_intensity; }
void set_luminous_intensity(sensor::Sensor *luminous_intensity) { this->luminous_intensity_ = luminous_intensity; }
void set_atmospheric_pressure(sensor::Sensor *atmospheric_pressure) {
this->atmospheric_pressure_ = atmospheric_pressure;
this->atmospheric_pressure_ = atmospheric_pressure;
}
void set_elevation(sensor::Sensor *elevation) { this->elevation_ = elevation; }