Skip to content

Commit

Permalink
Revert formatting of other crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroitaki committed Feb 7, 2024
1 parent 0dcf048 commit 3ac497a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/tls/tls-client/src/backend/standard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use p256::{ecdh::EphemeralSecret, EncodedPoint, PublicKey as ECDHPublicKey};
use rand::{rngs::OsRng, thread_rng, Rng};

use digest::Digest;
use std::{any::Any, collections::VecDeque, convert::TryInto};
use std::{any::Any, convert::TryInto, collections::VecDeque};
use tls_core::{
cert::ServerCertDetails,
ke::ServerKxDetails,
Expand Down
2 changes: 2 additions & 0 deletions components/tls/tls-client/tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use std::{
},
};



#[cfg(feature = "quic")]
use tls_client::quic::{self, ClientQuicExt, QuicExt, ServerQuicExt};
use tls_client::{
Expand Down

0 comments on commit 3ac497a

Please sign in to comment.