Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai authored and wileyj committed Jun 27, 2023
1 parent f678711 commit 6ba3f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/epoch_24.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 6ba3f2f

Please sign in to comment.