Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 20, 2024
1 parent d57ddc1 commit e485f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sg2d-wgpu/src/marks/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl PathShader {
let mut dashed_paths: Vec<Path> = Vec::new();
for path in defined_paths.iter() {
let mut dash_path_builder = lyon::path::Path::builder();
let path_measurements = PathMeasurements::from_path(&path, 0.1);
let path_measurements = PathMeasurements::from_path(path, 0.1);
let mut sampler =
PathSampler::new(&path_measurements, path, &(), SampleType::Distance);

Expand Down

0 comments on commit e485f77

Please sign in to comment.