style: cargo fmt
This commit is contained in:
parent
96250864af
commit
bebad3be9b
5 changed files with 14 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue