Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceeri committed Apr 5, 2024
1 parent 46fe7fd commit 659a117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_gizmos/src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@ fn draw_grid<Config, Clear>(
skew: Vec3,
outer_edges: [bool; 3],
color: LinearRgba,
)
where
) where
Config: GizmoConfigGroup,
Clear: 'static + Send + Sync,
{
Expand Down
3 changes: 1 addition & 2 deletions crates/bevy_gizmos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ struct LineGizmoHandles {
pub fn start_gizmo_context<Config, Clear>(
mut swap: ResMut<GizmoStorage<Config, Swap<Clear>>>,
mut default: ResMut<GizmoStorage<Config, ()>>,
)
where
) where
Config: GizmoConfigGroup,
Clear: 'static + Send + Sync,
{
Expand Down

0 comments on commit 659a117

Please sign in to comment.