mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 15:42:22 +01:00
[api] Use C++17 nested namespace syntax (#9856)
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
#define HAS_PROTO_MESSAGE_DUMP
|
||||
#endif
|
||||
|
||||
namespace esphome {
|
||||
namespace api {
|
||||
namespace esphome::api {
|
||||
|
||||
/*
|
||||
* StringRef Ownership Model for API Protocol Messages
|
||||
@@ -910,5 +909,4 @@ class ProtoService {
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace api
|
||||
} // namespace esphome
|
||||
} // namespace esphome::api
|
||||
|
Reference in New Issue
Block a user