From 29394f85bd712cef32d5eca9ed37481cb2193677 Mon Sep 17 00:00:00 2001 From: optimusprimespace <62800678+optimusprimespace@users.noreply.github.com> Date: Fri, 17 May 2024 08:35:17 -0400 Subject: [PATCH] added newline to function and header file --- esphome/components/hdc2010/hdc2010.cpp | 2 +- esphome/components/hdc2010/hdc2010.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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