Skip to content

Commit

Permalink
RustFmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Oct 16, 2024
1 parent e3171be commit 485b42b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/staking/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use super::*;
#[allow(unused_imports)]
use crate::Pallet as Staking;
use entropy_shared::{MAX_SIGNERS, AttestationHandler};
use entropy_shared::{AttestationHandler, MAX_SIGNERS};
use frame_benchmarking::{account, benchmarks, impl_benchmark_test_suite, whitelisted_caller};
use frame_support::{
assert_ok, ensure,
Expand Down Expand Up @@ -90,7 +90,6 @@ fn prep_bond_and_validate<T: Config>(
reward_destination,
));


if validate_also {
let server_info = ServerInfo {
tss_account: threshold,
Expand Down

0 comments on commit 485b42b

Please sign in to comment.