Skip to content

Commit

Permalink
feat: cks and f cks moved clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPaulGithub committed Mar 11, 2024
1 parent 6b474fa commit 7a6cc77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sn_client/src/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ impl FilesApi {
already_put_chunks: Vec<(XorName, PathBuf)>,
batch_size: usize,
) -> Result<Vec<(XorName, PathBuf)>> {
Ok(self
.client()
self.client()
.verify_uploaded_chunks(&already_put_chunks, batch_size)
.await?)
.await
}

/// Return the client instance
Expand Down

0 comments on commit 7a6cc77

Please sign in to comment.