[web_server] Use C++17 nested namespace syntax (#12663)

This commit is contained in:
J. Nick Koston
2025-12-26 08:44:34 -10:00
committed by GitHub
parent f1fecd22e3
commit 5a2e0612a8
9 changed files with 21 additions and 38 deletions
+2 -4
View File
@@ -36,8 +36,7 @@
#endif
#endif
namespace esphome {
namespace web_server {
namespace esphome::web_server {
static const char *const TAG = "web_server";
@@ -2105,6 +2104,5 @@ void WebServer::add_sorting_group(uint64_t group_id, const std::string &group_na
}
#endif
} // namespace web_server
} // namespace esphome
} // namespace esphome::web_server
#endif