mirror of
https://github.com/esphome/esphome.git
synced 2025-01-05 20:31:44 +01:00
added newline to function and header file
This commit is contained in:
parent
dd4ed0fbdc
commit
29394f85bd
2 changed files with 2 additions and 2 deletions
|
@ -140,4 +140,4 @@ float HDC2010Component::readHumidity() {
|
|||
|
||||
float HDC2010Component::get_setup_priority() const { return setup_priority::DATA; }
|
||||
} // namespace hdc2010
|
||||
} // namespace esphome
|
||||
} // namespace esphome
|
||||
|
|
|
@ -32,4 +32,4 @@ class HDC2010Component : public PollingComponent, public i2c::I2CDevice {
|
|||
};
|
||||
|
||||
} // namespace hdc2010
|
||||
} // namespace esphome
|
||||
} // namespace esphome
|
||||
|
|
Loading…
Reference in a new issue