This commit is contained in:
Kiril Videlov 2024-07-27 11:32:55 +02:00
parent ef6a4c71ce
commit 19cf35698a
No known key found for this signature in database
GPG Key ID: A4C733025427C471
2 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ fn matches_all(branch: &BranchListing, filter: &Option<BranchListingFilter>) ->
}
return conditions.iter().all(|&x| x);
} else {
return true;
true
}
}