[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
@@ -3,8 +3,7 @@
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"
namespace esphome {
namespace integration {
namespace esphome::integration {
static const char *const TAG = "integration";
@@ -47,5 +46,4 @@ void IntegrationSensor::process_sensor_value_(float value) {
this->publish_and_save_(this->result_ + area);
}
} // namespace integration
} // namespace esphome
} // namespace esphome::integration