chore: cargo fmt

This commit is contained in:
Aaron Blankstein
2023-06-22 13:21:01 -05:00
committed by wileyj
parent f67871140b
commit 6ba3f2fbf5

View File

@@ -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)]