diff --git a/crates/uv-publish/src/lib.rs b/crates/uv-publish/src/lib.rs index 42f24a6c56943..8f73d6242fe2e 100644 --- a/crates/uv-publish/src/lib.rs +++ b/crates/uv-publish/src/lib.rs @@ -243,7 +243,8 @@ pub async fn upload( username, password, &form_metadata, - reporter,) + reporter, + ) .await .map_err(|err| PublishError::PublishPrepare(file.to_path_buf(), Box::new(err)))?;