From 6ba3f2fbf58277dcf7a5c2f9412354166a6759de Mon Sep 17 00:00:00 2001 From: Aaron Blankstein Date: Thu, 22 Jun 2023 13:21:01 -0500 Subject: [PATCH] chore: cargo fmt --- testnet/stacks-node/src/tests/epoch_24.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/stacks-node/src/tests/epoch_24.rs b/testnet/stacks-node/src/tests/epoch_24.rs index 5f79eb8035..a3dd6f95e2 100644 --- a/testnet/stacks-node/src/tests/epoch_24.rs +++ b/testnet/stacks-node/src/tests/epoch_24.rs @@ -42,7 +42,7 @@ use stacks::core; use stacks_common::address::{AddressHashMode, C32_ADDRESS_VERSION_TESTNET_SINGLESIG}; use stacks_common::codec::StacksMessageCodec; use stacks_common::consts::STACKS_EPOCH_MAX; -use stacks_common::types::{Address}; +use stacks_common::types::Address; use stacks_common::util::sleep_ms; #[cfg(test)]