Skip to content

Commit 2a537be

Browse files
committed
chore: cargo fmt
1 parent 222b7c6 commit 2a537be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

batcher/aligned-sdk/src/communication/messaging.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ pub async fn send_messages(
8181
info!("All proofs sent");
8282
// This vector is reversed so that while responses are received, removing from the end is cheaper.
8383
let sent_verification_data_rev: Vec<Result<NoncedVerificationData, SubmitError>> =
84-
sent_verification_data
85-
.into_iter()
86-
.rev()
87-
.collect();
84+
sent_verification_data.into_iter().rev().collect();
8885
sent_verification_data_rev
8986
}
9087

0 commit comments

Comments
 (0)