Skip to content

Commit f480867

Browse files
committed
cargo fmt
1 parent f4959bf commit f480867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/imageproc/src/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ use std::path::{Path, PathBuf};
66
use config::Config;
77
use errors::{anyhow, Context, Result};
88
use libs::ahash::{HashMap, HashSet};
9+
use libs::image::codecs::jpeg::JpegEncoder;
910
use libs::image::imageops::FilterType;
1011
use libs::image::{EncodableLayout, ImageFormat};
1112
use libs::rayon::prelude::*;
1213
use libs::{image, webp};
1314
use serde::{Deserialize, Serialize};
14-
use libs::image::codecs::jpeg::JpegEncoder;
1515
use utils::fs as ufs;
1616

1717
use crate::format::Format;

0 commit comments

Comments
 (0)