Reformat with the 2024 rustfmt style edition
This commit is contained in:
parent
debd3795e9
commit
dfc22b0008
19 changed files with 32 additions and 33 deletions
|
|
@ -3,11 +3,11 @@ mod r#static;
|
|||
mod statuscode;
|
||||
|
||||
use axum::{
|
||||
Form, Router,
|
||||
extract::{DefaultBodyLimit, Multipart, State},
|
||||
http::StatusCode,
|
||||
response::{IntoResponse, Redirect, Response},
|
||||
routing::{get, post},
|
||||
Form, Router,
|
||||
};
|
||||
use serde::Deserialize;
|
||||
use tokio::{net::TcpListener, sync::mpsc};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue