Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 9, 2024
1 parent 5e82d8f commit 4c84887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/unavi-scripting/src/host/wired_gltf/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub fn handle_wired_gltf_actions(
let default_material = default_material.as_ref().unwrap();

let scripts = scripts
.iter(&world)
.iter(world)
.map(|(e, r)| (e, r.0.clone()))
.collect::<Vec<_>>();

Expand Down

0 comments on commit 4c84887

Please sign in to comment.