Skip to content

Commit 6efec78

Browse files
committed
fix: rustfmt error
1 parent b897662 commit 6efec78

File tree

2 files changed

+4
-116
lines changed

2 files changed

+4
-116
lines changed

Cargo.lock

Lines changed: 0 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stacks-signer/src/cli.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,10 @@ fn parse_network(network: &str) -> Result<Network, String> {
323323

324324
#[cfg(test)]
325325
mod tests {
326-
use blockstack_lib::{
327-
chainstate::stacks::address::{PoxAddressType20, PoxAddressType32},
328-
util_lib::signed_structured_data::pox4::make_pox_4_signer_key_message_hash,
329-
};
330-
use clarity::{consts::CHAIN_ID_TESTNET, util::hash::Sha256Sum};
326+
use blockstack_lib::chainstate::stacks::address::{PoxAddressType20, PoxAddressType32};
327+
use blockstack_lib::util_lib::signed_structured_data::pox4::make_pox_4_signer_key_message_hash;
328+
use clarity::consts::CHAIN_ID_TESTNET;
329+
use clarity::util::hash::Sha256Sum;
331330

332331
use super::*;
333332

0 commit comments

Comments
 (0)