Skip to content

Commit

Permalink
Fix white spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chillnArmadillo committed Nov 1, 2022
1 parent 2be3d17 commit 392798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynimage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ impl DynamicImage {
return self.clone();
}
let (width2, height2) =
resize_dimensions(self.width(), self.height(), nwidth, nheight, false);
resize_dimensions(self.width(), self.height(), nwidth, nheight, false);

self.resize_exact(width2, height2, filter)
}
Expand Down

0 comments on commit 392798c

Please sign in to comment.