Skip to content

Commit

Permalink
make rustfmt happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Oct 30, 2022
1 parent 9157924 commit fd51b5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dynimage.rs
Expand Up @@ -19,7 +19,9 @@ use crate::error::{ImageError, ImageResult, ParameterError, ParameterErrorKind};
// FIXME: These imports exist because we don't support all of our own color types.
use crate::error::{ImageFormatHint, UnsupportedError, UnsupportedErrorKind};
use crate::flat::FlatSamples;
use crate::image::{GenericImage, GenericImageView, ImageDecoder, ImageFormat, ImageOutputFormat};
use crate::image::{
GenericImage, GenericImageView, ImageDecoder, ImageFormat, ImageOutputFormat
};
use crate::imageops;
use crate::io::free_functions;
use crate::math::resize_dimensions;
Expand Down

0 comments on commit fd51b5b

Please sign in to comment.