Fix formatting

This commit is contained in:
pbzweihander 2024-07-31 01:28:41 +09:00
parent 1424366635
commit 88d999a6b5
No known key found for this signature in database

View file

@ -18,7 +18,8 @@ use axum::{
extract::{Path, Query},
response::IntoResponse,
routing::{get, post},
Json, Router,
Json,
Router,
};
use serde::Deserialize;
use std::net::ToSocketAddrs;