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:
@@ -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
|
||||
|
Reference in New Issue
Block a user