Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Feb 17, 2024
1 parent a8424bf commit 8fd8256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/services/azblob/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ impl AzblobCore {
.into_iter()
.map(|block_id| {
let encoded_block_id: String =
byte_serialize(BASE64_STANDARD.encode(block_id.to_string()).as_bytes()).collect();
byte_serialize(BASE64_STANDARD.encode(block_id.to_string()).as_bytes())
.collect();
encoded_block_id
})
.collect(),
Expand Down

0 comments on commit 8fd8256

Please sign in to comment.