Skip to content

Commit 0aae8cb

Browse files
committed
fixed formatting
1 parent fe244d9 commit 0aae8cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ use std::collections::hash_map::Entry;
1818
use std::collections::{HashMap, HashSet};
1919
use std::path::PathBuf;
2020
use std::sync::mpsc::{channel, Receiver, Sender};
21+
#[cfg(test)]
22+
use std::sync::LazyLock;
2123
use std::sync::{Arc, Mutex};
2224
use std::thread::sleep;
2325
use std::time::Duration;
@@ -73,9 +75,6 @@ use stacks_common::util::hash::{bytes_to_hex, Sha512Trunc256Sum};
7375
use stacks_common::util::secp256k1::MessageSignature;
7476
use url::Url;
7577

76-
#[cfg(test)]
77-
use std::sync::LazyLock;
78-
7978
#[cfg(any(test, feature = "testing"))]
8079
lazy_static! {
8180
/// Do not announce a signed/mined block to the network when set to true.

0 commit comments

Comments
 (0)