From 8a29d733a441075c2f6a1c3091a19921e02e2a10 Mon Sep 17 00:00:00 2001 From: Thierry DUVERNOY Date: Thu, 16 Jan 2025 01:26:42 +0100 Subject: [PATCH] Adding new line at the end of switch.cpp file --- esphome/components/dallas_pio/switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/dallas_pio/switch.cpp b/esphome/components/dallas_pio/switch.cpp index 6d5f6ff0d1..db7c07f4e9 100644 --- a/esphome/components/dallas_pio/switch.cpp +++ b/esphome/components/dallas_pio/switch.cpp @@ -78,4 +78,4 @@ void DallasPioSwitch::write_state(bool state) { } } // namespace dallas_pio -} // namespace esphome \ No newline at end of file +} // namespace esphome