fmt: apply rustfmt across slice-2 use-statement drift
Some checks failed
CI / fmt (pull_request) Successful in 56s
CI / clippy (pull_request) Failing after 28s
CI / test (1.85) (pull_request) Failing after 27s
CI / test (stable) (pull_request) Failing after 28s
CI / deny (pull_request) Failing after 27s

This commit is contained in:
opencode controller
2026-07-01 00:18:04 -04:00
parent c89d65c621
commit 2bc9877105
9 changed files with 23 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ use std::time::{Duration, Instant};
use str0m::net::Protocol;
use str0m::{Input, Output};
use crate::rtc_session::{RtcSession, IDLE_TIMEOUT};
use crate::rtc_session::{IDLE_TIMEOUT, RtcSession};
/// 20 ms tick for outbound encoding (matches the PCM frame size, spec §3.9:
/// 480 samples @ 24 kHz = 20 ms). On each tick, we pull one frame from the