Skip to content

Commit 2d5ab6a

Browse files
committed
cargo fmt
1 parent d4b0c86 commit 2d5ab6a

File tree

1 file changed

+0
-3
lines changed
  • batcher/aligned-batcher/src

1 file changed

+0
-3
lines changed

batcher/aligned-batcher/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ impl Batcher {
10521052

10531053
info!("ME llega max_fee {}", max_fee);
10541054

1055-
10561055
let new_entry = BatchQueueEntry::new(
10571056
verification_data,
10581057
verification_data_comm,
@@ -1066,10 +1065,8 @@ impl Batcher {
10661065
.batch_queue
10671066
.push(new_entry, new_entry_priority);
10681067

1069-
10701068
let batch_queue_len = batch_state_lock.batch_queue.len();
10711069

1072-
10731070
// if max batch qty exceded, remove least priority proof
10741071
if batch_queue_len > self.max_batch_proof_qty {
10751072
if let Some(lowest_priority_entry) = batch_state_lock.batch_queue.pop_min() {

0 commit comments

Comments
 (0)