Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksenger committed Jul 17, 2023
1 parent 9234841 commit 5cd8e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tiny_skia/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ impl Backend {
shadow_bounds.y as i32,
p.as_ref(),
&tiny_skia::PixmapPaint {
blend_mode: tiny_skia::BlendMode::SourceOver,
blend_mode:
tiny_skia::BlendMode::SourceOver,
..Default::default()
},
Default::default(),
Expand Down

0 comments on commit 5cd8e33

Please sign in to comment.