Skip to content

Commit 3eac438

Browse files
committed
style: fix cargo fmt for import
1 parent 62067b5 commit 3eac438

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

guest-agent/src/rpc_service.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ use or_panic::ResultOrPanic;
2929
use ra_rpc::{Attestation, CallContext, RpcCall};
3030
use ra_tls::{
3131
attestation::{
32-
QuoteContentType, VersionedAttestation, DEFAULT_HASH_ALGORITHM,
33-
TDX_QUOTE_REPORT_DATA_RANGE,
32+
QuoteContentType, VersionedAttestation, DEFAULT_HASH_ALGORITHM, TDX_QUOTE_REPORT_DATA_RANGE,
3433
},
3534
cert::CertConfigV2,
3635
kdf::{derive_key, derive_p256_key_pair_from_bytes},

0 commit comments

Comments
 (0)