Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinta Liem committed Dec 11, 2024
1 parent dd2a174 commit 822c659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipa-core/src/net/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ use hyper::StatusCode;
use once_cell::sync::Lazy;
use rustls_pki_types::CertificateDer;

use super::{ConnectionFlavor, HttpTransport, Shard};
#[cfg(all(test, web_test, descriptive_gate))]
use crate::cli::{install_collector, LoggingHandle};

use super::{ConnectionFlavor, HttpTransport, Shard};
use crate::{
config::{
ClientConfig, HpkeClientConfig, HpkeServerConfig, NetworkConfig, PeerConfig, ServerConfig,
Expand Down

0 comments on commit 822c659

Please sign in to comment.