mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
[code-quality] fix clang-tidy core optional (#7265)
This commit is contained in:
parent
b082a64d32
commit
9663b7d67c
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ template<typename T> class optional { // NOLINT
|
||||||
has_value_ = true;
|
has_value_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
|
||||||
bool has_value_{false}; // NOLINT
|
bool has_value_{false}; // NOLINT
|
||||||
value_type value_; // NOLINT
|
value_type value_; // NOLINT
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue