Skip to content

Commit

Permalink
Add whitespace between functions
Browse files Browse the repository at this point in the history
As is customary leave a line of white space between functions.
  • Loading branch information
tcharding committed Jul 11, 2022
1 parent 97c680d commit ac55b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blockdata/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ac55b10

Please sign in to comment.