chore: clippy

This commit is contained in:
thesimplekid
2024-10-06 19:36:28 +02:00
parent e09084f02d
commit 7212fa32a8
2 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ impl MintLightning for Lnd {
// Stream is cancelled
is_active.store(false, Ordering::SeqCst);
tracing::info!("Waiting for lnd invoice ending");
return None;
None
}
msg = stream.message() => {