Skip to content

Commit

Permalink
Apply cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sanket1729 committed Jul 8, 2024
1 parent 49a3cf1 commit 14f0d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/miniscript/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use bitcoin::taproot::{LeafVersion, TapLeafHash};
use self::analyzable::ExtParams;
pub use self::context::{BareCtx, Legacy, Segwitv0, Tap};
use crate::iter::TreeLike;
use crate::{prelude::*, MAX_RECURSION_DEPTH};
use crate::{script_num_size, TranslateErr};
use crate::prelude::*;
use crate::{script_num_size, TranslateErr, MAX_RECURSION_DEPTH};

pub mod analyzable;
pub mod astelem;
Expand Down

0 comments on commit 14f0d7c

Please sign in to comment.