chore: clippy + fmt
This commit is contained in:
@ -223,7 +223,7 @@ fn expand_category(
|
||||
}
|
||||
|
||||
// Skip the data item if its group is collapsed.
|
||||
if item_group.map_or(false, |g| view.is_group_collapsed(cat_name, g)) {
|
||||
if item_group.is_some_and(|g| view.is_group_collapsed(cat_name, g)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user