From fd652bde6bf2ab4e4e2380ade2f0b1c763afb8ae Mon Sep 17 00:00:00 2001 From: KoenBreeman <121864590+KoenBreeman@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:20:20 +0200 Subject: [PATCH] updated formatting of switch.cpp file according to test --- .../switch/seeedmultichannelrelay_switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/seeedmultichannelrelay/switch/seeedmultichannelrelay_switch.cpp b/esphome/components/seeedmultichannelrelay/switch/seeedmultichannelrelay_switch.cpp index 5fa1f94d38..51e2168b95 100644 --- a/esphome/components/seeedmultichannelrelay/switch/seeedmultichannelrelay_switch.cpp +++ b/esphome/components/seeedmultichannelrelay/switch/seeedmultichannelrelay_switch.cpp @@ -1,5 +1,5 @@ -#include "esphome/core/log.h" #include "seeedmultichannelrelay_switch.h" +#include "esphome/core/log.h" namespace esphome { namespace seeedmultichannelrelay {