1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 22:02:22 +01:00

[code-quality] fix clang-tidy web_server and web_server_base (#7286)

This commit is contained in:
tomaszduda23
2024-08-30 02:03:44 +02:00
committed by GitHub
parent 69f98e0f87
commit f8e8bd2c24
7 changed files with 27 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
#include "web_server.h"
#ifdef USE_WEBSERVER
#include "esphome/components/json/json_util.h"
#include "esphome/components/network/util.h"
#include "esphome/core/application.h"
@@ -1659,3 +1659,4 @@ void WebServer::schedule_(std::function<void()> &&f) {
} // namespace web_server
} // namespace esphome
#endif