Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tguichaoua committed Feb 24, 2024
1 parent d00220b commit 674fee4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_gltf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ impl GltfPlugin {
name: &str,
attribute: MeshVertexAttribute,
) -> Self {
self.custom_vertex_attributes
.insert(name.into(), attribute);
self.custom_vertex_attributes.insert(name.into(), attribute);
self
}
}
Expand Down

0 comments on commit 674fee4

Please sign in to comment.