fmt: apply rustfmt across slice-2 use-statement drift
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user