Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Nov 4, 2023
1 parent 80d6447 commit 9631256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yew-ui/src/components/attendants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::constants::{USERS_ALLOWED_TO_STREAM, WEBTRANSPORT_HOST};
use crate::model::client::{VideoCallClient, VideoCallClientOptions};
use crate::model::media_devices::MediaDeviceAccess;
use crate::{components::host::Host, constants::ACTIX_WEBSOCKET};
use log::{error,warn};
use log::{error, warn};
use std::rc::Rc;
use types::protos::media_packet::media_packet::MediaType;
use wasm_bindgen::JsCast;
Expand Down

0 comments on commit 9631256

Please sign in to comment.