From 1311e1b8b0cfa8bae94014f6fe759b50a768718a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Jul 2025 10:00:55 -0500 Subject: [PATCH] lint --- .../simultaneous_callbacks_component.h | 2 +- .../string_lifetime_component.cpp | 2 +- .../string_lifetime_component.h | 2 +- .../string_name_stress_component.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/fixtures/external_components/scheduler_simultaneous_callbacks_component/simultaneous_callbacks_component.h b/tests/integration/fixtures/external_components/scheduler_simultaneous_callbacks_component/simultaneous_callbacks_component.h index 4dcc29d5b5..1a36af4b3d 100644 --- a/tests/integration/fixtures/external_components/scheduler_simultaneous_callbacks_component/simultaneous_callbacks_component.h +++ b/tests/integration/fixtures/external_components/scheduler_simultaneous_callbacks_component/simultaneous_callbacks_component.h @@ -21,4 +21,4 @@ class SchedulerSimultaneousCallbacksComponent : public Component { }; } // namespace scheduler_simultaneous_callbacks_component -} // namespace esphome \ No newline at end of file +} // namespace esphome diff --git a/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.cpp b/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.cpp index 7cc9d81bb0..7a3561c6f6 100644 --- a/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.cpp +++ b/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.cpp @@ -230,4 +230,4 @@ void SchedulerStringLifetimeComponent::test_lambda_capture_lifetime() { } } // namespace scheduler_string_lifetime_component -} // namespace esphome \ No newline at end of file +} // namespace esphome diff --git a/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.h b/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.h index fce075f31f..4fe462cea6 100644 --- a/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.h +++ b/tests/integration/fixtures/external_components/scheduler_string_lifetime_component/string_lifetime_component.h @@ -26,4 +26,4 @@ class SchedulerStringLifetimeComponent : public Component { }; } // namespace scheduler_string_lifetime_component -} // namespace esphome \ No newline at end of file +} // namespace esphome diff --git a/tests/integration/fixtures/external_components/scheduler_string_name_stress_component/string_name_stress_component.cpp b/tests/integration/fixtures/external_components/scheduler_string_name_stress_component/string_name_stress_component.cpp index f6f602a7bd..e20745b7cc 100644 --- a/tests/integration/fixtures/external_components/scheduler_string_name_stress_component/string_name_stress_component.cpp +++ b/tests/integration/fixtures/external_components/scheduler_string_name_stress_component/string_name_stress_component.cpp @@ -107,4 +107,4 @@ void SchedulerStringNameStressComponent::run_string_name_stress_test() { } } // namespace scheduler_string_name_stress_component -} // namespace esphome \ No newline at end of file +} // namespace esphome