Run cargo fmt

This commit is contained in:
Cameron
2025-08-08 15:06:43 -04:00
parent bf3c26a5f1
commit b3a885de28
6 changed files with 89 additions and 38 deletions

View File

@@ -137,9 +137,9 @@ pub enum PhotoSize {
#[derive(Debug, Deserialize)]
pub struct ThumbnailRequest {
pub(crate) path: String,
pub(crate)size: Option<PhotoSize>,
pub(crate) size: Option<PhotoSize>,
#[serde(default)]
pub(crate)format: Option<ThumbnailFormat>,
pub(crate) format: Option<ThumbnailFormat>,
}
#[derive(Debug, Deserialize, PartialEq)]