mirror of
https://github.com/esphome/esphome.git
synced 2025-01-21 21:31:55 +01:00
Fix clang formatting
This commit is contained in:
parent
5094f7fd51
commit
648bf3580c
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user