Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Apr 19, 2024
1 parent ca7810d commit cf46d48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stateroom-server-axum/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use crate::server::Event;
use axum::{
extract::{ws::WebSocket, State, WebSocketUpgrade},
routing::get,
Expand All @@ -12,8 +13,6 @@ use std::{
};
use tokio::{net::TcpListener, select};

use crate::server::Event;

mod server;

const DEFAULT_IP: &str = "0.0.0.0";
Expand Down

0 comments on commit cf46d48

Please sign in to comment.