mirror of
https://github.com/esphome/esphome.git
synced 2025-08-06 18:37:47 +00:00
nolint
This commit is contained in:
parent
82c788d6ce
commit
87f1fac2bf
@ -39,6 +39,7 @@ static const char *const TAG = "web_server_idf";
|
||||
|
||||
// Global instance to avoid guard variable (saves 8 bytes)
|
||||
// This is initialized at program startup before any threads
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
|
||||
static DefaultHeaders default_headers_instance;
|
||||
|
||||
DefaultHeaders &DefaultHeaders::Instance() { return default_headers_instance; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user