Remove unnecessary whitespace

No need for a line of whitespace immediately starting an impl block.
This commit is contained in:
Tobin C. Harding 2022-06-28 15:36:34 +10:00
parent ac55b1017e
commit e23d3a815c
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ impl Encodable for Witness {
}
impl Witness {
/// Create a new empty [`Witness`]
pub fn new() -> Self {
Witness::default()