Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Aug 28, 2024
1 parent e703f69 commit f4b0cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/test/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ pub fn thumbnail(path: &Path, size: Option<ThumbnailSize>, pad: Option<bool>) ->
if let Some(s) = size {
params.push('?');
match s {
ThumbnailSize::Tiny => params.push_str("size=tiny"),
ThumbnailSize::Small => params.push_str("size=small"),
ThumbnailSize::Large => params.push_str("size=large"),
ThumbnailSize::Native => params.push_str("size=native"),
Expand Down

0 comments on commit f4b0cb9

Please sign in to comment.