Skip to content

Commit 5447237

Browse files
committed
chore: cargo fmt
1 parent 5d32849 commit 5447237

File tree

1 file changed

+1
-4
lines changed
  • batcher/aligned-batcher/src

1 file changed

+1
-4
lines changed

batcher/aligned-batcher/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,10 +1522,7 @@ impl Batcher {
15221522
Ok(())
15231523
}
15241524
Err(e) => {
1525-
error!(
1526-
"Failed to send batch to contract: {:?}",
1527-
e
1528-
);
1525+
error!("Failed to send batch to contract: {:?}", e);
15291526

15301527
self.metrics.reverted_batches.inc();
15311528
Err(e)

0 commit comments

Comments
 (0)