Merge pull request #91 from TheBlueMatt/main
[ldk-c-bindings] / lightning-c-bindings / src / lightning / ln / wire.rs
index 7237de2818550ceb35f9694c51d3862d3e66a647..a9f1c3d622d6e6fa4705d548f99ea9788837e6f3 100644 (file)
@@ -8,7 +8,7 @@
 
 //! Wire encoding/decoding for Lightning messages according to [BOLT #1], and for
 //! custom message through the [`CustomMessageReader`] trait.
-//! 
+//!
 //! [BOLT #1]: https://github.com/lightning/bolts/blob/master/01-messaging.md
 
 use alloc::str::FromStr;