Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jul 15, 2024
1 parent eea21f4 commit 6386de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/teerex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ where
MultiEnclave::Sgx(enclave) => match enclave.maybe_pubkey() {
Some(pubkey) =>
AnySigner::from(MultiSigner::from(sp_core::ed25519::Public::from_raw(pubkey))),
None => AnySigner::try_from(enclave.report_data.d).unwrap_or_default(),
None => AnySigner::from(enclave.report_data.d),
},
}
}
Expand Down

0 comments on commit 6386de6

Please sign in to comment.