Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Apr 4, 2024
1 parent 6a9da70 commit 5febd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/gcp/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl GoogleCloudStorageClient {
if completed_parts.is_empty() {
// GCS doesn't allow empty multipart uploads
let result = self.put_request(path, Default::default()).send().await?;
self.multipart_cleanup(&path, multipart_id).await?;
self.multipart_cleanup(path, multipart_id).await?;
return Ok(result);
}

Expand Down

0 comments on commit 5febd3d

Please sign in to comment.