Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Jun 28, 2023
1 parent f5e9c83 commit 4133f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/benches/consumer.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![allow(clippy::integer_arithmetic)]
#![feature(test)]

use solana_sdk::feature_set::apply_cost_tracker_during_replay;
use {
crossbeam_channel::{unbounded, Receiver},
rayon::{
Expand All @@ -22,8 +21,9 @@ use {
},
solana_runtime::bank::Bank,
solana_sdk::{
account::Account, signature::Keypair, signer::Signer, stake_history::Epoch, system_program,
system_transaction, transaction::SanitizedTransaction,
account::Account, feature_set::apply_cost_tracker_during_replay, signature::Keypair,
signer::Signer, stake_history::Epoch, system_program, system_transaction,
transaction::SanitizedTransaction,
},
std::sync::{
atomic::{AtomicBool, Ordering},
Expand Down

0 comments on commit 4133f26

Please sign in to comment.