mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Re-format trybuild tests (#3049)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use axum::{http::Uri, Json};
|
||||
use axum_macros::debug_handler;
|
||||
use axum::{Json, http::Uri};
|
||||
|
||||
#[debug_handler]
|
||||
async fn one(_: Json<()>, _: Uri) {}
|
||||
|
||||
Reference in New Issue
Block a user