Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
lichon
2025-11-15 16:04:59 +08:00
committed by GitHub
parent 3a919aef54
commit b10a96b7bc
3 changed files with 7 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ use bytes::Bytes;
use clap::{Arg, Command};
use tokio::time::Duration;
#[cfg(feature = "webrtc")]
use webrtc::peer_connection::math_rand_alpha;
#[tokio::main]

View File

@@ -42,4 +42,4 @@ impl WebRTCStream {
}
}
fn _main() {}