style: cargo fmt

This commit is contained in:
Radical 2025-04-29 00:43:43 +02:00
parent 96250864af
commit bebad3be9b
5 changed files with 14 additions and 15 deletions

View file

@ -1,5 +1,5 @@
use actix_web::{App, HttpServer, web};
use std::time::SystemTime;
use actix_web::{web, App, HttpServer};
mod config;
use config::{Config, ConfigBuilder};
mod api;