Skip to content

Commit 3b5747c

Browse files
committed
chore: fix fmt
1 parent fa44980 commit 3b5747c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/parser/dms.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,9 @@ pub async fn print_commands_results(message: &MessageKind, ctx: &Context) -> Res
631631
}
632632
Action::HoldInvoicePaymentAccepted => {
633633
if let Some(order_id) = &message.id {
634-
println!("🎉 Hold Invoice Payment Accepted");
635-
println!("═══════════════════════════════════════");
636-
println!("📋 Order ID: {}", order_id);
634+
println!("🎉 Hold Invoice Payment Accepted");
635+
println!("═══════════════════════════════════════");
636+
println!("📋 Order ID: {}", order_id);
637637
println!("✅ Hold invoice payment accepted successfully!");
638638
println!("💰 Bitcoin has been released to the buyer");
639639
println!("🎊 Trade completed successfully!");

0 commit comments

Comments
 (0)