Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 17, 2024
1 parent dc2222c commit 096036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ pub mod pallet {
quote,
QuoteContext::Validate,
)
.map_err(|e| <VerifyQuoteError as Into<Error<T>>>::into(e))?;
.map_err(<VerifyQuoteError as Into<Error<T>>>::into)?;

let server_info = ServerInfo::<T::AccountId> {
tss_account: joining_server_info.tss_account,
Expand Down

0 comments on commit 096036e

Please sign in to comment.