Skip to content

Commit a26b436

Browse files
committed
cargo fmt
1 parent 660c9a4 commit a26b436

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_gltf/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ impl GltfPlugin {
4040
name: &str,
4141
attribute: MeshVertexAttribute,
4242
) -> Self {
43-
self.custom_vertex_attributes
44-
.insert(name.into(), attribute);
43+
self.custom_vertex_attributes.insert(name.into(), attribute);
4544
self
4645
}
4746
}

0 commit comments

Comments
 (0)