Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Mar 19, 2024
1 parent 5ea92d4 commit fd1d198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions object_store/src/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ impl WriteMultipart {
/// Write data to this [`WriteMultipart`]
///
/// Note this method is synchronous (not `async`) and will immediately start new uploads
/// as soon as the internal `capacity` is hit, regardless of
/// as soon as the internal `capacity` is hit, regardless of
/// how many outstanding uploads are already in progress.
///
///
/// Back pressure can optionally be applied to producers by calling
/// [`Self::wait_for_capacity`] prior to calling this method
pub fn write(&mut self, mut buf: &[u8]) {
Expand Down

0 comments on commit fd1d198

Please sign in to comment.