From 577c008ba0505aabdc0022d73cf97fb3f0a3fbd6 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Fri, 27 Oct 2023 17:31:59 +0200 Subject: [PATCH] fmt --- bindings/core/tests/combined.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/core/tests/combined.rs b/bindings/core/tests/combined.rs index b2b6e7b519..7ad2e68b48 100644 --- a/bindings/core/tests/combined.rs +++ b/bindings/core/tests/combined.rs @@ -256,8 +256,8 @@ async fn client_from_wallet() -> Result<()> { // std::fs::remove_dir_all(storage_path).ok(); // let secret_manager = MnemonicSecretManager::try_from_mnemonic( -// "about solution utility exist rail budget vacuum major survey clerk pave ankle wealth gym gossip still medal expect strong rely amazing inspire lazy lunar", -// ).unwrap(); +// "about solution utility exist rail budget vacuum major survey clerk pave ankle wealth gym gossip still medal +// expect strong rely amazing inspire lazy lunar", ).unwrap(); // let client = ClientBuilder::default() // .with_nodes(&["http://localhost:14265"]) // .unwrap()