style: rustfmt on lnd channels

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago 2026-07-25 13:25:10 -04:00
parent 1d8e57d564
commit 0e5cd24e18

View File

@ -211,7 +211,10 @@ impl RpcHandler {
pending_channels.push(ch.into_channel_info("closing", wch.closing_txid));
}
}
for fch in pending_resp.pending_force_closing_channels.unwrap_or_default() {
for fch in pending_resp
.pending_force_closing_channels
.unwrap_or_default()
{
if let Some(ch) = fch.channel {
pending_channels.push(ch.into_channel_info("force_closing", fch.closing_txid));
}