Skip to content

Commit f5ad447

Browse files
committed
style(s2n-quic-core): reformat setter! macros in limits.rs
1 parent 49e74ea commit f5ad447

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

quic/s2n-quic-core/src/connection/limits.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ impl Limits {
217217
/// longer than the minimum of the max_idle_timeout value advertised by both endpoints.
218218
with_max_idle_timeout,
219219
max_idle_timeout,
220-
Duration);
220+
Duration
221+
);
221222

222223
/// Sets both the max local and remote limits for bidirectional streams.
223224
#[deprecated(
@@ -321,7 +322,8 @@ impl Limits {
321322
/// this value is used to prevent middleboxes from losing state for UDP flows.
322323
with_max_keep_alive_period,
323324
max_keep_alive_period,
324-
Duration);
325+
Duration
326+
);
325327
/// Sets whether active connection migration is supported for a server endpoint (default: true)
326328
///
327329
/// If set to false, the `disable_active_migration` transport parameter will be sent to the

0 commit comments

Comments
 (0)