Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jul 11, 2023
1 parent 1c0fcf7 commit 52a51da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave-bridge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl<T: Config> Pallet<T> {
shard: ShardIdentifier,
enclave_signer: &T::AccountId,
) -> Result<ShardSignerStatusVec<T>, DispatchErrorWithPostInfo> {
let enclave = Teerex::<T>::get_sovereign_enclave(&enclave_signer)?;
let enclave = Teerex::<T>::get_sovereign_enclave(enclave_signer)?;

let current_block_number = <frame_system::Pallet<T>>::block_number();

Expand Down

0 comments on commit 52a51da

Please sign in to comment.