Run cargo fmt

This commit is contained in:
Alejandro González 2024-09-28 15:41:54 +02:00
parent 0d60e8b7c6
commit 7a29741f18
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
use std::io::Cursor;
use image::{codecs::png::PngDecoder, *};
use log::{error, warn};
use std::io::Cursor;
#[cfg(not(feature = "parallel"))]
use crate::rayon;