clang-format fixes

This commit is contained in:
Michael Davidson 2024-01-03 17:08:35 +11:00
parent 4dce318e6d
commit 2b76450163
No known key found for this signature in database
GPG Key ID: B8D1A99712B8B0EB

View File

@ -31,7 +31,7 @@ void TextPanel::dump_config(int indent_depth, int additional_level_depth) {
void TextPanel::setup_complete() {
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) {