Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jun 20, 2024
1 parent f4959bf commit f480867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/imageproc/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ use std::path::{Path, PathBuf};
use config::Config;
use errors::{anyhow, Context, Result};
use libs::ahash::{HashMap, HashSet};
use libs::image::codecs::jpeg::JpegEncoder;
use libs::image::imageops::FilterType;
use libs::image::{EncodableLayout, ImageFormat};
use libs::rayon::prelude::*;
use libs::{image, webp};
use serde::{Deserialize, Serialize};
use libs::image::codecs::jpeg::JpegEncoder;
use utils::fs as ufs;

use crate::format::Format;
Expand Down

0 comments on commit f480867

Please sign in to comment.