Skip to content

Commit

Permalink
Fix formatting (via cargo fmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
longmathemagician committed Aug 17, 2022
1 parent 440d901 commit 9e26976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piet-coregraphics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ impl<'a> RenderContext for CoreGraphicsContext<'a> {
) {
if let CoreGraphicsImage::NonEmpty(image) = image {
if let Some(cropped) = image.cropped(to_cgrect(src_rect)) {
self.draw_image(&CoreGraphicsImage::NonEmpty(cropped), dst_rect, _interp);
self.draw_image(&CoreGraphicsImage::NonEmpty(cropped), dst_rect, _interp);
}
}
}
Expand Down

0 comments on commit 9e26976

Please sign in to comment.