From 088bea9ccd9b2f8d679e626b240f5407d4840021 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 30 Jun 2025 10:50:26 -0500 Subject: [PATCH] split --- esphome/components/ota/ota.cpp | 2 +- esphome/components/ota/ota.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/ota/ota.cpp b/esphome/components/ota/ota.cpp index 921f3769b9..47fda17be8 100644 --- a/esphome/components/ota/ota.cpp +++ b/esphome/components/ota/ota.cpp @@ -7,4 +7,4 @@ namespace ota { // This file remains for backward compatibility } // namespace ota -} // namespace esphome \ No newline at end of file +} // namespace esphome diff --git a/esphome/components/ota/ota.h b/esphome/components/ota/ota.h index 654e87a173..17d2d24d00 100644 --- a/esphome/components/ota/ota.h +++ b/esphome/components/ota/ota.h @@ -38,4 +38,4 @@ using ota_base::OTAGlobalCallback; #endif } // namespace ota -} // namespace esphome \ No newline at end of file +} // namespace esphome