chore: format

This commit is contained in:
naskya 2024-07-23 06:45:19 +09:00
parent b8dc1961f0
commit fb39bbf8e5
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -1,5 +1,5 @@
use crate::{database::cache, util::http_client};
use image::{ImageReader, ImageError, ImageFormat};
use image::{ImageError, ImageFormat, ImageReader};
use isahc::AsyncReadResponseExt;
use nom_exif::{parse_jpeg_exif, EntryValue, ExifTag};
use std::io::Cursor;