Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed May 24, 2024
1 parent 7b30e14 commit 9de649d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robusta/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ use tower_http::{
};
use tracing::{error, info, warn, Level};
use tracing_appender::rolling::{self, Rotation};
use ws_message::MrXPosition;

use crate::gadgets::{DetectiveGadget, GadgetState, MrXGadget};
use crate::kvv::LineDepartures;
use crate::unique_id::UniqueIdGen;
use crate::ws_message::{ClientMessage, ClientResponse, GameState, Team, TeamKind, TeamState};
use crate::ws_message::{ClientMessage, ClientResponse, GameState, MrXPosition, Team, TeamKind, TeamState};

mod gadgets;
mod kvv;
Expand Down

0 comments on commit 9de649d

Please sign in to comment.