mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
[code-quality] fix clang-tidy core optional (#7265)
This commit is contained in:
@@ -104,7 +104,6 @@ template<typename T> class optional { // NOLINT
|
||||
has_value_ = true;
|
||||
}
|
||||
|
||||
private:
|
||||
bool has_value_{false}; // NOLINT
|
||||
value_type value_; // NOLINT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user