Remove double blank line at EOF
There should only be a single blank line at end of file.
This commit is contained in:
parent
1d8d04dd59
commit
4c4846f82a
|
@ -305,4 +305,3 @@ mod test {
|
|||
assert_eq!(got, want);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ pub mod script;
|
|||
pub mod transaction;
|
||||
pub mod block;
|
||||
pub mod witness;
|
||||
|
||||
|
|
|
@ -1538,4 +1538,3 @@ mod test {
|
|||
assert!(read_scriptbool(&v));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1170,4 +1170,3 @@ mod tests {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -179,4 +179,3 @@ mod tests {
|
|||
assert_eq!(serialize(&real_decode), from_sat);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2238,4 +2238,3 @@ mod tests {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -334,4 +334,3 @@ mod tests {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1177,4 +1177,3 @@ mod tests {
|
|||
ExtendedPrivKey::from_str(xpriv_str).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue