From f6eba96691e0438b700a6f7ce0608bd29b3c83d9 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 4 May 2021 16:17:22 +0000 Subject: [PATCH] Fix minor indentation issue --- src/main.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index b024e93..21dfb28 100644 --- a/src/main.rs +++ b/src/main.rs @@ -168,10 +168,10 @@ async fn handle_ldk_events( let status = match loop_channel_manager.claim_funds(payment_preimage.unwrap()) { true => { println!( - "\nEVENT: received payment from payment hash {} of {} millisatoshis", - hex_utils::hex_str(&payment_hash.0), - amt - ); + "\nEVENT: received payment from payment hash {} of {} millisatoshis", + hex_utils::hex_str(&payment_hash.0), + amt + ); print!("> "); io::stdout().flush().unwrap(); HTLCStatus::Succeeded -- 2.30.2