diff --git a/esphome/components/hdc2010/hdc2010.cpp b/esphome/components/hdc2010/hdc2010.cpp index 90f1d1a166..c3e00741ee 100755 --- a/esphome/components/hdc2010/hdc2010.cpp +++ b/esphome/components/hdc2010/hdc2010.cpp @@ -140,4 +140,4 @@ float HDC2010Component::readHumidity() { float HDC2010Component::get_setup_priority() const { return setup_priority::DATA; } } // namespace hdc2010 -} // namespace esphome \ No newline at end of file +} // namespace esphome diff --git a/esphome/components/hdc2010/hdc2010.h b/esphome/components/hdc2010/hdc2010.h index 223430a527..e509a749dd 100755 --- a/esphome/components/hdc2010/hdc2010.h +++ b/esphome/components/hdc2010/hdc2010.h @@ -32,4 +32,4 @@ class HDC2010Component : public PollingComponent, public i2c::I2CDevice { }; } // namespace hdc2010 -} // namespace esphome \ No newline at end of file +} // namespace esphome