From 41670238c7634537c1a9bbe37aa5357536418765 Mon Sep 17 00:00:00 2001 From: salman01zp Date: Thu, 4 Jan 2024 16:55:44 +0530 Subject: [PATCH] cargo fmt --- pallets/roles/src/benchmarking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/roles/src/benchmarking.rs b/pallets/roles/src/benchmarking.rs index a3b1e3907..9330bc92e 100644 --- a/pallets/roles/src/benchmarking.rs +++ b/pallets/roles/src/benchmarking.rs @@ -127,7 +127,7 @@ mod benchmarks { // Delete profile #[benchmark] fn delete_profile() { - let caller: T::AccountId =create_validator_account::("Alice"); + let caller: T::AccountId = create_validator_account::("Alice"); let shared_profile = shared_profile::(); let ledger = RoleStakingLedger::::new(caller.clone(), shared_profile.clone()); Ledger::::insert(caller.clone(), ledger);