chore: run cargo fmt

This commit is contained in:
theo
2024-07-25 09:21:17 +02:00
parent f8d7f82c50
commit 65059b87d4
3 changed files with 22 additions and 30 deletions

View File

@ -1,6 +1,6 @@
use ::app::get_router;
use std::env;
use std::path::Path;
use std::env;
#[tokio::main]
async fn main() {

View File

@ -1,2 +1,2 @@
pub mod index;
pub mod hello;
pub mod index;