Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Dec 17, 2024
1 parent c87304e commit 581362e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/imageops/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ pub use self::affine::{
rotate90, rotate90_in,
};

pub(crate) use self::sample::gaussian_blur_dyn_image;
/// Image sampling
pub use self::sample::{
blur, filter3x3, interpolate_bilinear, interpolate_nearest, resize,
sample_bilinear, sample_nearest, thumbnail, unsharpen,
blur, filter3x3, interpolate_bilinear, interpolate_nearest, resize, sample_bilinear,
sample_nearest, thumbnail, unsharpen,
};
pub(crate) use self::sample::gaussian_blur_dyn_image;

/// Color operations
pub use self::colorops::{
Expand Down

0 comments on commit 581362e

Please sign in to comment.