mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 08:55:36 -07:00
[light] Modernize namespace declarations to C++17 syntax
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include "light_output.h"
|
||||
#include "transformers.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace light {
|
||||
namespace esphome::light {
|
||||
|
||||
static const char *const TAG = "light";
|
||||
|
||||
@@ -304,5 +303,4 @@ void LightState::save_remote_values_() {
|
||||
this->rtc_.save(&saved);
|
||||
}
|
||||
|
||||
} // namespace light
|
||||
} // namespace esphome
|
||||
} // namespace esphome::light
|
||||
|
||||
Reference in New Issue
Block a user