mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 11:08:38 +00:00
[clang-tidy] Concatenate nested namespaces (3/7: components i-m) (#16297)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user