Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Nov 1, 2023
1 parent 3b44b2d commit f9f05d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ott-balancer-bin/src/balancer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use tokio_tungstenite::tungstenite::protocol::CloseFrame;
use tokio_tungstenite::tungstenite::Message;
use tracing::{debug, error, info, trace, warn};

use crate::monolith::Room;

use crate::room::RoomLocator;
use crate::{
client::{BalancerClient, NewClient},
Expand Down

0 comments on commit f9f05d7

Please sign in to comment.