mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-06-05 17:08:47 +00:00
Fix formatting
This commit is contained in:
parent
1424366635
commit
88d999a6b5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue