style: cargo clippy --fix && cargo fmt
This commit is contained in:
parent
0e0c590e4d
commit
b28d5b840f
3 changed files with 9 additions and 4 deletions
|
@ -7,7 +7,7 @@ use axum::{
|
|||
extract::{Multipart, Path, State},
|
||||
http::StatusCode,
|
||||
response::IntoResponse,
|
||||
routing::{get, patch, post, delete},
|
||||
routing::{delete, get, patch, post},
|
||||
};
|
||||
use bytes::Bytes;
|
||||
use uuid::Uuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue