fmt
This commit is contained in:
parent
5ceb258b3e
commit
1e4bddd276
5 changed files with 17 additions and 7 deletions
|
@ -20,7 +20,7 @@ use live_kit_client::{
|
|||
};
|
||||
use postage::stream::Stream;
|
||||
use project::Project;
|
||||
use std::{future::Future, mem, pin::Pin, sync::Arc, time::Duration, panic::Location};
|
||||
use std::{future::Future, mem, panic::Location, pin::Pin, sync::Arc, time::Duration};
|
||||
use util::{post_inc, ResultExt, TryFutureExt};
|
||||
|
||||
pub const RECONNECT_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue