From b9ad23f1f75d0162a065efe293e7f3cf3ee1b2bd Mon Sep 17 00:00:00 2001 From: akorchyn Date: Mon, 26 Aug 2024 11:04:06 +0300 Subject: [PATCH] fmt --- .../create_account/create_implicit_account/use_ledger.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/account/create_account/create_implicit_account/use_ledger.rs b/src/commands/account/create_account/create_implicit_account/use_ledger.rs index 45724cb0..abc01492 100644 --- a/src/commands/account/create_account/create_implicit_account/use_ledger.rs +++ b/src/commands/account/create_account/create_implicit_account/use_ledger.rs @@ -30,8 +30,8 @@ impl SaveWithLedgerContext { "Opening the NEAR application... Please approve opening the application" ); near_ledger::open_near_application().map_err(|ledger_error| { - color_eyre::Report::msg(format!("An error happened while trying to open the NEAR application on the ledger: {ledger_error:?}")) - })?; + color_eyre::Report::msg(format!("An error happened while trying to open the NEAR application on the ledger: {ledger_error:?}")) + })?; std::thread::sleep(std::time::Duration::from_secs(1)); eprintln!(