mirror of
https://github.com/esphome/esphome.git
synced 2026-02-26 05:53:12 -07:00
disable tidy
This commit is contained in:
@@ -1941,6 +1941,7 @@ void WebServer::handleRequest(AsyncWebServerRequest *request) {
|
||||
UrlMatch match = match_url(url.c_str(), url.length(), false);
|
||||
|
||||
// Route to appropriate handler based on domain
|
||||
// NOLINTNEXTLINE(readability-simplify-boolean-expr)
|
||||
if (false) { // Start chain for else-if macro pattern
|
||||
}
|
||||
#ifdef USE_SENSOR
|
||||
|
||||
Reference in New Issue
Block a user