Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Apr 12, 2024
1 parent 9b98418 commit d709587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/azdls/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl oio::OneShotWrite for AzdlsWriter {
&self.path,
Some(bs.len() as u64),
0,
Buffer::from(bs),
bs,
)?;

self.core.sign(&mut req).await?;
Expand Down

0 comments on commit d709587

Please sign in to comment.