From e23d3a815c8a61d6542c913aa33fe078eebbf8f6 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 28 Jun 2022 15:36:34 +1000 Subject: [PATCH] Remove unnecessary whitespace No need for a line of whitespace immediately starting an impl block. --- src/blockdata/witness.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blockdata/witness.rs b/src/blockdata/witness.rs index 95e04bb3..3c7f2f89 100644 --- a/src/blockdata/witness.rs +++ b/src/blockdata/witness.rs @@ -122,7 +122,6 @@ impl Encodable for Witness { } impl Witness { - /// Create a new empty [`Witness`] pub fn new() -> Self { Witness::default()