Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Jan 4, 2024
1 parent ccbc28c commit 4167023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/roles/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ mod benchmarks {
// Delete profile
#[benchmark]
fn delete_profile() {
let caller: T::AccountId =create_validator_account::<T>("Alice");
let caller: T::AccountId = create_validator_account::<T>("Alice");
let shared_profile = shared_profile::<T>();
let ledger = RoleStakingLedger::<T>::new(caller.clone(), shared_profile.clone());
Ledger::<T>::insert(caller.clone(), ledger);
Expand Down

0 comments on commit 4167023

Please sign in to comment.