Skip to content

Commit fc6d107

Browse files
committed
Wrap docs at 100 characters
1 parent c1db452 commit fc6d107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/blinded_path/message.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ pub enum MessageContext {
108108
#[derive(Clone, Debug)]
109109
pub enum OffersContext {
110110
/// Represents an unknown BOLT12 payment context.
111-
/// This variant is used when a message is sent without
112-
/// using a [`BlindedPath`] or over one created prior to
113-
/// LDK version 0.0.124.
111+
///
112+
/// This variant is used when a message is sent without using a [`BlindedPath`] or over one
113+
/// created prior to LDK version 0.0.124.
114114
Unknown {},
115115
/// Represents an outbound BOLT12 payment context.
116116
OutboundPayment {

0 commit comments

Comments
 (0)