Remove double blank line at EOF

There should only be a single blank line at end of file.
This commit is contained in:
Tobin C. Harding 2022-08-01 15:43:11 +10:00
parent 1d8d04dd59
commit 4c4846f82a
8 changed files with 0 additions and 8 deletions

View File

@ -305,4 +305,3 @@ mod test {
assert_eq!(got, want); assert_eq!(got, want);
} }
} }

View File

@ -14,4 +14,3 @@ pub mod script;
pub mod transaction; pub mod transaction;
pub mod block; pub mod block;
pub mod witness; pub mod witness;

View File

@ -1538,4 +1538,3 @@ mod test {
assert!(read_scriptbool(&v)); assert!(read_scriptbool(&v));
} }
} }

View File

@ -1170,4 +1170,3 @@ mod tests {
} }
} }
} }

View File

@ -179,4 +179,3 @@ mod tests {
assert_eq!(serialize(&real_decode), from_sat); assert_eq!(serialize(&real_decode), from_sat);
} }
} }

View File

@ -2238,4 +2238,3 @@ mod tests {
} }
} }
} }

View File

@ -334,4 +334,3 @@ mod tests {
} }
} }

View File

@ -1177,4 +1177,3 @@ mod tests {
ExtendedPrivKey::from_str(xpriv_str).unwrap(); ExtendedPrivKey::from_str(xpriv_str).unwrap();
} }
} }