might as well clean this up slightly

This commit is contained in:
askiiart 2024-12-01 22:55:41 -06:00
parent 8a73d3d9cb
commit e4de416464
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -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> {