Remove unnecessary whitespace
No need for a line of whitespace immediately starting an impl block.
This commit is contained in:
parent
ac55b1017e
commit
e23d3a815c
|
@ -122,7 +122,6 @@ impl Encodable for Witness {
|
|||
}
|
||||
|
||||
impl Witness {
|
||||
|
||||
/// Create a new empty [`Witness`]
|
||||
pub fn new() -> Self {
|
||||
Witness::default()
|
||||
|
|
Loading…
Reference in New Issue