[clang-tidy] Concatenate nested namespaces (3/7: components i-m) (#16297)

This commit is contained in:
Jonathan Swoboda
2026-05-07 19:00:17 -04:00
committed by GitHub
parent 56ef357162
commit cbe192df49
250 changed files with 508 additions and 1013 deletions
@@ -2,8 +2,7 @@
#include "esphome/core/application.h"
#include "esphome/core/log.h"
namespace esphome {
namespace modbus_controller {
namespace esphome::modbus_controller {
static const char *const TAG = "modbus_controller";
@@ -539,5 +538,4 @@ bool ModbusCommandItem::is_equal(const ModbusCommandItem &other) {
other.register_type == this->register_type && other.function_code == this->function_code;
}
} // namespace modbus_controller
} // namespace esphome
} // namespace esphome::modbus_controller