fix: Clippy lints

This commit is contained in:
Trash Panda 2026-03-01 01:44:34 -07:00 committed by Ellis Git
parent 7f165e5bbe
commit 9039784f41

View file

@ -238,7 +238,7 @@ pub async fn download_media(&self, url: &str) -> Result<(OwnedMxcUri, usize)> {
self.create(&mxc, None, None, None, &media).await?;
return Ok((OwnedMxcUri::from(mxc.to_string()), media.len()));
Ok((OwnedMxcUri::from(mxc.to_string()), media.len()))
}
#[cfg(not(feature = "url_preview"))]