From 02ff8d5a9773dec4ced93b7d7f2733222d66d498 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Fri, 9 Jun 2023 17:24:45 +0200 Subject: [PATCH] Fix formatting Signed-off-by: Patrik Stas --- libvcx_core/src/api_vcx/api_handle/schema.rs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libvcx_core/src/api_vcx/api_handle/schema.rs b/libvcx_core/src/api_vcx/api_handle/schema.rs index 22f274cf1a..e75b43419a 100644 --- a/libvcx_core/src/api_vcx/api_handle/schema.rs +++ b/libvcx_core/src/api_vcx/api_handle/schema.rs @@ -269,14 +269,13 @@ pub mod tests { SetupGlobalsWalletPoolAgency::run(|setup| async move { let profile = get_main_profile().unwrap(); - let (schema_id, _) = - create_and_write_test_schema( - &profile.inject_anoncreds(), - &profile.inject_anoncreds_ledger_write(), - &setup.setup.institution_did, - constants::DEFAULT_SCHEMA_ATTRS - ) - .await; + let (schema_id, _) = create_and_write_test_schema( + &profile.inject_anoncreds(), + &profile.inject_anoncreds_ledger_write(), + &setup.setup.institution_did, + constants::DEFAULT_SCHEMA_ATTRS, + ) + .await; let (schema_handle, schema_attrs) = get_schema_attrs("id".to_string(), schema_id.clone()).await.unwrap();