fmt: apply rustfmt across slice-2 use-statement drift
This commit is contained in:
@@ -26,8 +26,8 @@ use std::net::SocketAddr;
|
||||
|
||||
use futures_util::{SinkExt, StreamExt};
|
||||
use rutster_tap::protocol::{
|
||||
decode_envelope, encode_audio_out, encode_bye, encode_error, encode_hello, DecodedPayload,
|
||||
HelloPayload,
|
||||
DecodedPayload, HelloPayload, decode_envelope, encode_audio_out, encode_bye, encode_error,
|
||||
encode_hello,
|
||||
};
|
||||
use tokio::sync::oneshot;
|
||||
use tokio::task::JoinHandle;
|
||||
@@ -195,8 +195,8 @@ mod tests {
|
||||
// `PcmFrame` is re-exported by `rutster-tap` from `rutster-media` (spec
|
||||
// §3.1 — one canonical home). Test consumes the re-export rather than
|
||||
// adding `rutster-media` as a second path dep on this crate.
|
||||
use rutster_tap::protocol::{encode_audio_in, encode_bye, encode_hello};
|
||||
use rutster_tap::PcmFrame;
|
||||
use rutster_tap::protocol::{encode_audio_in, encode_bye, encode_hello};
|
||||
|
||||
#[tokio::test]
|
||||
async fn echo_round_trips_one_audio_frame() {
|
||||
|
||||
Reference in New Issue
Block a user