Add whitespace between functions
As is customary leave a line of white space between functions.
This commit is contained in:
parent
97c680db8c
commit
ac55b1017e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue