Skip to content

Commit 377be0f

Browse files
committed
fix formatting
1 parent 0d55085 commit 377be0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ async fn main() {
5252

5353
let data = data.data.as_ref().lock().await;
5454
let body = Body::from(
55-
data.clone().iter()
55+
data.clone()
56+
.iter()
5657
.flat_map(|x| x.to_le_bytes().to_vec())
5758
.collect::<Vec<u8>>(),
5859
);

0 commit comments

Comments
 (0)