Skip to content

Commit 855835b

Browse files
committed
Apply cargo fmt
1 parent 047085a commit 855835b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/miniscript/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ use bitcoin::taproot::{LeafVersion, TapLeafHash};
2222
use self::analyzable::ExtParams;
2323
pub use self::context::{BareCtx, Legacy, Segwitv0, Tap};
2424
use crate::iter::TreeLike;
25-
use crate::{prelude::*, MAX_RECURSION_DEPTH};
26-
use crate::{script_num_size, TranslateErr};
25+
use crate::prelude::*;
26+
use crate::{script_num_size, TranslateErr, MAX_RECURSION_DEPTH};
2727

2828
pub mod analyzable;
2929
pub mod astelem;

0 commit comments

Comments
 (0)