Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Mar 3, 2025
1 parent 03a07bc commit 765c094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quic/s2n-quic/src/provider/limits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! Provides limits support for a connection
pub use s2n_quic_core::connection::limits::{
ConnectionInfo, Limiter, Limits, HandshakeInfo, UpdatableLimits,
ConnectionInfo, HandshakeInfo, Limiter, Limits, UpdatableLimits,
};

pub trait Provider {
Expand Down
2 changes: 1 addition & 1 deletion quic/s2n-quic/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ use std::{
#[macro_use]
mod recorder;

mod connection_limits;
mod resumption;
mod setup;
mod connection_limits;
use setup::*;

mod blackhole;
Expand Down

0 comments on commit 765c094

Please sign in to comment.