[clang-tidy] Concatenate nested namespaces (1/7: components a-c) (#16294)

This commit is contained in:
Jonathan Swoboda
2026-05-07 14:21:39 -04:00
committed by GitHub
parent 71193e2b2c
commit 06bd92c388
259 changed files with 520 additions and 1037 deletions
+2 -4
View File
@@ -2,8 +2,7 @@
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
namespace esphome {
namespace bme680 {
namespace esphome::bme680 {
static const char *const TAG = "bme680.sensor";
@@ -508,5 +507,4 @@ void BME680Component::set_heater(uint16_t heater_temperature, uint16_t heater_du
this->heater_duration_ = heater_duration;
}
} // namespace bme680
} // namespace esphome
} // namespace esphome::bme680