From ae9be41f77f72024e1f6f785e83d3b9cd2794ef0 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 25 Mar 2024 17:18:34 -0700 Subject: [PATCH] cargo fmt --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e41af04..e18c91b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3007,7 +3007,8 @@ async fn process_account_sweep( let (mut instructions, sweep_amount) = if token.is_sol() { if from_account.lamports < from_tracked_account.last_update_balance { - println!("Warning: {}: On-chain account balance ({}) less than tracked balance ({})", + println!( + "Warning: {}: On-chain account balance ({}) less than tracked balance ({})", from_address, token.ui_amount(from_account.lamports), token.ui_amount(from_tracked_account.last_update_balance)