mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
[clang-tidy] Concatenate nested namespaces (1/7: components a-c) (#16294)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user