Skip to content

Commit

Permalink
Avoid unnecessary name repetition
Browse files Browse the repository at this point in the history
Caught by cargo cranky
  • Loading branch information
zhaop committed Jul 6, 2024
1 parent dc2ecc7 commit 08e5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transform-gizmo-bevy/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl RenderAsset for GizmoBuffers {
contents: color_buffer_data,
});

Ok(GizmoBuffers {
Ok(Self {
index_buffer,
position_buffer,
color_buffer,
Expand Down

0 comments on commit 08e5d3c

Please sign in to comment.