1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +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,4 +1,5 @@
#include "web_server_base.h"
#ifdef USE_NETWORK
#include "esphome/core/log.h"
#include "esphome/core/application.h"
#include "esphome/core/helpers.h"
@@ -121,3 +122,4 @@ float WebServerBase::get_setup_priority() const {
} // namespace web_server_base
} // namespace esphome
#endif