Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Oct 26, 2023
1 parent 16e56eb commit 53b90ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mbedtls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ pub mod ecp;
pub mod hash;
pub mod pk;
pub mod rng;
pub use mbedtls_platform_support::self_test as self_test;
pub use mbedtls_platform_support::self_test;
#[cfg(any(feature = "x509", feature = "ssl", feature = "pkcs12"))]
pub mod alloc;
#[cfg(feature = "ssl")]
pub mod ssl;
#[cfg(feature = "x509")]
pub mod x509;
#[cfg(any(feature = "x509", feature = "ssl", feature = "pkcs12"))]
pub mod alloc;

#[cfg(feature = "pkcs12")]
pub mod pkcs12;
Expand Down

0 comments on commit 53b90ac

Please sign in to comment.