mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Re-format trybuild tests (#3049)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use axum::{extract::Request, extract::State};
|
||||
use axum_macros::debug_handler;
|
||||
use axum::{extract::State, extract::Request};
|
||||
|
||||
#[debug_handler(state = AppState)]
|
||||
async fn handler(_: State<AppState>, _: Request) {}
|
||||
|
||||
Reference in New Issue
Block a user