Skip to content

Commit

Permalink
bruh just format already
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 25, 2024
1 parent 9c5a705 commit 156fc4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/re_viewport/src/viewport_blueprint_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ impl Viewport<'_, '_> {
Item::ComponentPath(component_path) => self.handle_focused_item(
ctx,
ui,
&Item::InstancePath(InstancePath::entity_all(
component_path.entity_path.clone(),
)),
&Item::InstancePath(InstancePath::entity_all(component_path.entity_path.clone())),
),
}
}
Expand Down

0 comments on commit 156fc4b

Please sign in to comment.