Skip to content

Commit 5ac0c0f

Browse files
committed
fmt
1 parent c1469b4 commit 5ac0c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pub struct EnclaveStartArgs {
223223
pub chain_id: Option<ChainId>,
224224

225225
/// Fetch latest trusted hash and height from the chain instead of existing configuration
226-
#[arg(long, default_value_t=false)]
226+
#[arg(long, default_value_t = false)]
227227
pub unsafe_trust_latest: bool,
228228

229229
/// FMSPC (Family-Model-Stepping-Platform-Custom SKU); required if `MOCK_SGX` is not set

0 commit comments

Comments
 (0)