Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Jul 16, 2024
1 parent f5478a6 commit c3d4e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plucker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ fn create_plucker_output(
.insert(PluckerOutput {
plucker_u,
plucker_v,
visualization: visualization,
visualization,
})
.observe(move |
_: Trigger<OnRemove, PluckerOutput>,
Expand Down

0 comments on commit c3d4e09

Please sign in to comment.