Skip to content

Commit 2c2fc0e

Browse files
committed
chore: formatting
1 parent faa572e commit 2c2fc0e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ use stacks_signer::v0::SpawnedSigner;
109109

110110
use super::bitcoin_regtest::BitcoinCoreController;
111111
use crate::nakamoto_node::miner::{
112-
fault_injection_stall_miner, fault_injection_unstall_miner, TEST_BLOCK_ANNOUNCE_STALL, TEST_BROADCAST_PROPOSAL_STALL, TEST_P2P_BROADCAST_SKIP, TEST_P2P_BROADCAST_STALL
112+
fault_injection_stall_miner, fault_injection_unstall_miner, TEST_BLOCK_ANNOUNCE_STALL,
113+
TEST_BROADCAST_PROPOSAL_STALL, TEST_P2P_BROADCAST_SKIP, TEST_P2P_BROADCAST_STALL,
113114
};
114115
use crate::nakamoto_node::relayer::TEST_MINER_THREAD_STALL;
115116
use crate::neon::Counters;

stacks-node/src/tests/signer/v0.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ use crate::event_dispatcher::{
105105
EventObserver, MinedNakamotoBlockEvent, TEST_SKIP_BLOCK_ANNOUNCEMENT,
106106
};
107107
use crate::nakamoto_node::miner::{
108-
fault_injection_stall_miner, fault_injection_unstall_miner, TEST_BLOCK_ANNOUNCE_STALL, TEST_BROADCAST_PROPOSAL_STALL, TEST_MINE_SKIP, TEST_P2P_BROADCAST_STALL
108+
fault_injection_stall_miner, fault_injection_unstall_miner, TEST_BLOCK_ANNOUNCE_STALL,
109+
TEST_BROADCAST_PROPOSAL_STALL, TEST_MINE_SKIP, TEST_P2P_BROADCAST_STALL,
109110
};
110111
use crate::nakamoto_node::stackerdb_listener::TEST_IGNORE_SIGNERS;
111112
use crate::neon::{Counters, RunLoopCounter};

0 commit comments

Comments
 (0)