Add whitespace between functions

As is customary leave a line of white space between functions.
This commit is contained in:
Tobin C. Harding 2022-06-28 15:27:23 +10:00
parent 97c680db8c
commit ac55b1017e
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ impl serde::Serialize for Witness {
seq.end()
}
}
#[cfg(feature = "serde")]
impl<'de> serde::Deserialize<'de> for Witness {
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>