From c1dc9cad5a1a451ce651239d2e0a28a5b0307574 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Mon, 14 Oct 2024 22:06:01 -0400 Subject: [PATCH] openthread: fix ci-custom formatting issues --- esphome/components/openthread/openthread.cpp | 2 +- esphome/components/openthread/openthread.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/openthread/openthread.cpp b/esphome/components/openthread/openthread.cpp index f2dd16f53d..3b0a5a5e49 100644 --- a/esphome/components/openthread/openthread.cpp +++ b/esphome/components/openthread/openthread.cpp @@ -203,4 +203,4 @@ void OpenThreadComponent::set_mdns(esphome::mdns::MDNSComponent *mdns) { this->m } // namespace openthread } // namespace esphome -#endif \ No newline at end of file +#endif diff --git a/esphome/components/openthread/openthread.h b/esphome/components/openthread/openthread.h index d08a008059..c1c4a36b99 100644 --- a/esphome/components/openthread/openthread.h +++ b/esphome/components/openthread/openthread.h @@ -63,4 +63,4 @@ class OpenThreadLockGuard { } // namespace openthread } // namespace esphome -#endif \ No newline at end of file +#endif