Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 29, 2023
1 parent 317b81d commit c6ec303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/re_space_view_spatial/src/scene/parts/arrows3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use crate::scene::{

#[derive(Default)]
pub struct Arrows3DPart(SpatialScenePartData);

impl Arrows3DPart {
fn process_entity_view(
&mut self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use re_viewer::external::{
},
};

/// The scene for the [`ColorCoordinatesSpaceView`].
/// The scene for the [`crate::color_coordinates_space_view::ColorCoordinatesSpaceView`].
///
/// This is a collection of all information needed to display a single frame for this Space View.
/// The data is queried from the data store here and processed to consumption by the Space View's ui method.
Expand Down

0 comments on commit c6ec303

Please sign in to comment.