Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 24, 2025
1 parent 84366b3 commit 9f246b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_selection_panel/src/view_entity_picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl EntityData {

// Always have descendent of the view origin first.
children.sort_by_key(|child| {
let put_first = child.entity_path.starts_with(&view_origin);
let put_first = child.entity_path.starts_with(view_origin);
!put_first
});

Expand Down

0 comments on commit 9f246b4

Please sign in to comment.