might as well clean this up slightly
This commit is contained in:
parent
8a73d3d9cb
commit
e4de416464
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub(crate) mod api;
|
|||
pub mod data;
|
||||
mod dummy;
|
||||
|
||||
use rocket::{self};
|
||||
use rocket;
|
||||
|
||||
/// Runs the server
|
||||
pub async fn run(conf: data::Config) -> Result<bool, rocket::Error> {
|
||||
|
|
Loading…
Reference in a new issue