mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 02:28:28 +02:00
Enable readability-qualified-auto check (#3095)
This commit is contained in:
@@ -179,7 +179,7 @@ void TeleInfo::loop() {
|
||||
}
|
||||
}
|
||||
void TeleInfo::publish_value_(const std::string &tag, const std::string &val) {
|
||||
for (auto element : teleinfo_listeners_) {
|
||||
for (auto *element : teleinfo_listeners_) {
|
||||
if (tag != element->tag)
|
||||
continue;
|
||||
element->publish_val(val);
|
||||
|
||||
Reference in New Issue
Block a user