Skip to content

Commit fdc8174

Browse files
committed
Add missing whitespace
It is customary to put a line of whitespace between unrelated types/functions.
1 parent de74dc0 commit fdc8174

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/miniscript/analyzable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use crate::miniscript::iter::PkPkh;
2222
use crate::{Miniscript, MiniscriptKey, ScriptContext};
2323
use std::collections::HashSet;
2424
use std::fmt;
25+
2526
/// Possible reasons Miniscript guarantees can fail
2627
/// We currently mark Miniscript as Non-Analyzable if
2728
/// 1. It is unsafe(does not require a digital signature to spend it)

src/miniscript/astelem.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl<Pk: MiniscriptKey, Ctx: ScriptContext> Terminal<Pk, Ctx> {
127127
}
128128
}
129129
}
130+
130131
pub(super) fn real_translate_pk<FPk, FPkh, Q, Error, CtxQ>(
131132
&self,
132133
translatefpk: &mut FPk,

src/miniscript/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ use std::sync::Arc;
5656

5757
#[cfg(test)]
5858
mod ms_tests;
59+
5960
/// Top-level script AST type
6061
#[derive(Clone, Hash)]
6162
pub struct Miniscript<Pk: MiniscriptKey, Ctx: ScriptContext> {

0 commit comments

Comments
 (0)