Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed May 27, 2024
1 parent d120e33 commit 9f59840
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clovers/src/objects/gltf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ fn parse_mesh<'scene>(
.unwrap()
.into_f32()
.collect();
let all_normals: Option<Vec<_>> =
reader.read_normals().map(Iterator::collect);
let all_normals: Option<Vec<_>> = reader.read_normals().map(Iterator::collect);
let all_tangents: Option<Vec<_>> =
reader.read_tangents().map(Iterator::collect);

Expand Down

0 comments on commit 9f59840

Please sign in to comment.