Skip to content

Commit 0061fc6

Browse files
committed
Remove blank lines following doc comments
1 parent 3f0a19d commit 0061fc6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ impl Into<u16> for FailureCode {
711711
/// immediately (ie with no further calls on it made). Thus, this step happens inside a
712712
/// peer_state lock. We then return the set of things that need to be done outside the lock in
713713
/// this struct and call handle_error!() on it.
714-
715714
struct MsgHandleErrInternal {
716715
err: msgs::LightningError,
717716
closes_channel: bool,

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ for OnionMessenger<ES, NS, L, NL, MR, OMH, APH, DRH, CMH> where
210210
/// &offers_message_handler, &async_payments_message_handler, &dns_resolution_message_handler,
211211
/// &custom_message_handler,
212212
/// );
213-
213+
///
214214
/// # #[derive(Debug)]
215215
/// # struct YourCustomMessage {}
216216
/// impl Writeable for YourCustomMessage {

0 commit comments

Comments
 (0)