Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix clippy
  • Loading branch information
Kailai-Wang committed Nov 28, 2023
commit c8b3f2fd7b36094a7e1b634f9e4b6418dfd80f27
2 changes: 1 addition & 1 deletion tee-worker/enclave-runtime/src/attestation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ where
let xt = create_extrinsics(call)?;

write_slice_and_whitespace_pad(extrinsic_slice, xt.encode())
.map_err(|e| EnclaveError::Other(Box::new(e)).into())
.map_err(|e| EnclaveError::Other(Box::new(e)))
}

#[no_mangle]
Expand Down