mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
clang-format fixes
This commit is contained in:
parent
4dce318e6d
commit
2b76450163
@ -31,7 +31,7 @@ void TextPanel::dump_config(int indent_depth, int additional_level_depth) {
|
|||||||
|
|
||||||
void TextPanel::setup_complete() {
|
void TextPanel::setup_complete() {
|
||||||
if (!this->text_formatter_.has_value()) {
|
if (!this->text_formatter_.has_value()) {
|
||||||
this->text_formatter_ = [](const std::string& string) { return string; };
|
this->text_formatter_ = [](const std::string &string) { return string; };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->sensor_ != nullptr) {
|
if (this->sensor_ != nullptr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user