Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 23, 2024
1 parent 7c28d61 commit d404450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion livekit/src/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ use parking_lot::RwLock;
pub use proto::DisconnectReason;
use proto::{promise::Promise, SignalTarget};
use thiserror::Error;
use tokio::{signal, sync::{mpsc, oneshot, Mutex as AsyncMutex}};
use tokio::{
signal,
sync::{mpsc, oneshot, Mutex as AsyncMutex},
};

pub use self::{
e2ee::{manager::E2eeManager, E2eeOptions},
Expand Down

0 comments on commit d404450

Please sign in to comment.