added newline to function and header file

This commit is contained in:
optimusprimespace 2024-05-17 08:35:17 -04:00
parent dd4ed0fbdc
commit 29394f85bd
2 changed files with 2 additions and 2 deletions

View file

@ -140,4 +140,4 @@ float HDC2010Component::readHumidity() {
float HDC2010Component::get_setup_priority() const { return setup_priority::DATA; }
} // namespace hdc2010
} // namespace esphome
} // namespace esphome

View file

@ -32,4 +32,4 @@ class HDC2010Component : public PollingComponent, public i2c::I2CDevice {
};
} // namespace hdc2010
} // namespace esphome
} // namespace esphome