Skip to content

Commit 3fd15e0

Browse files
committed
style
1 parent 181d12b commit 3fd15e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crypto-ffi/src/identity/x509.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#[cfg(not(target_family = "wasm"))]
2-
use crate::Timestamp;
3-
41
#[cfg(target_family = "wasm")]
52
use std::time::{Duration, SystemTime};
63

4+
#[cfg(not(target_family = "wasm"))]
5+
use crate::Timestamp;
6+
77
/// Represents the parts of [WireIdentity][crate::WireIdentity] that are specific to a X509 certificate (and not a Basic
88
/// one).
99
///

0 commit comments

Comments
 (0)