f
[rust-lightning] / lightning / src / util / ser.rs
index 06578b9fba5b3d4e667dbe34c44038d3873a1212..a49b033db3d51010073260f8d0023dac5e6a5c1c 100644 (file)
@@ -260,6 +260,7 @@ impl<'a, T: Writeable> Writeable for VecWriteWrapper<'a, T> {
                Ok(())
        }
 }
+
 /// Wrapper to read elements from a given stream until it reaches the end of the stream.
 pub(crate) struct VecReadWrapper<T: Readable>(pub Vec<T>);
 impl<T: Readable> Readable for VecReadWrapper<T> {