From 02e922b56f1b49fdd324b7cfb2e1d80225574b62 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Jun 2025 13:16:42 +0200 Subject: [PATCH] cleanups to address review comments --- esphome/core/sub_area.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/core/sub_area.h b/esphome/core/sub_area.h index 55ea4b4541..2a70086c1c 100644 --- a/esphome/core/sub_area.h +++ b/esphome/core/sub_area.h @@ -17,4 +17,4 @@ class SubArea { std::string name_ = ""; }; -} // namespace esphome \ No newline at end of file +} // namespace esphome