Fix accidental snippet (f => function).

pull/1722/head
Samuel Grahn 2022-10-16 10:22:18 +02:00
parent c41c86da13
commit 2119b16c50
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ auto waybar::modules::CustomList::update() -> void {
}
}
void name()or(auto prev : prev_) {
for(auto prev : prev_) {
auto res_it = std::find_if(results_.begin(), results_.end(), [prev](auto it) {
return it["name"] == prev["name"];
});