Skip to content

Commit 0f81dc7

Browse files
committed
Update main.rs
1 parent 2c2d83b commit 0f81dc7

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

src/main.rs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,18 @@ use core::panic;
3939
use env_logger::Builder;
4040
use lazy_static::lazy_static;
4141
use reqwest::Client;
42-
use rocket::fairing::{Fairing, Info, Kind};
43-
use rocket::http::Header;
44-
use rocket::Build;
45-
use rocket::Rocket;
46-
use rocket::{Request, Response};
42+
use rocket::{
43+
Request,
44+
Response,
45+
Rocket,
46+
Build,
47+
http::Header,
48+
fairing::{
49+
Fairing,
50+
Info,
51+
Kind
52+
}
53+
};
4754
use libomni::types::db::auth::AuthConfig;
4855
use serde::{Deserialize, Serialize};
4956
use sqlx::mysql::MySqlPool;

0 commit comments

Comments
 (0)