Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 0d2e227

Browse files
committed
Reduce diff a bit..
1 parent 7f3a22f commit 0d2e227

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/src/banking_stage.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ impl BankingStage {
507507
.unwrap()
508508
})
509509
.collect();
510-
511510
Self { bank_thread_hdls }
512511
}
513512

@@ -838,7 +837,7 @@ impl BankingStage {
838837
return;
839838
}
840839
let ((metrics_action, decision), make_decision_time) = measure!(
841-
Self::make_consume_or_forward_decision(my_pubkey, poh_recorder, slot_metrics_tracker,)
840+
Self::make_consume_or_forward_decision(my_pubkey, poh_recorder, slot_metrics_tracker)
842841
);
843842
slot_metrics_tracker.increment_make_decision_us(make_decision_time.as_us());
844843

@@ -910,7 +909,7 @@ impl BankingStage {
910909
// Take metrics action after forwarding packets
911910
slot_metrics_tracker.apply_action(metrics_action);
912911
}
913-
_ => {}
912+
_ => (),
914913
}
915914
}
916915

0 commit comments

Comments
 (0)