From d0930a4766de55424518a96c7e69e6a2325b2814 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 2 Mar 2026 09:20:09 -1000 Subject: [PATCH] lint --- esphome/components/socket/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/socket/socket.h b/esphome/components/socket/socket.h index d3ca1279fb5..546d278260f 100644 --- a/esphome/components/socket/socket.h +++ b/esphome/components/socket/socket.h @@ -88,7 +88,7 @@ void socket_delay(uint32_t ms); /// Signal socket/IO activity and wake the main loop from esp_delay() early. /// ISR-safe: uses IRAM_ATTR internally and only sets a volatile flag + esp_schedule(). -void socket_wake(); +void socket_wake(); // NOLINT(readability-redundant-declaration) #endif } // namespace esphome::socket