mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Re-format trybuild tests (#3049)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use axum_macros::debug_handler;
|
||||
use axum::http::Uri;
|
||||
use axum_macros::debug_handler;
|
||||
|
||||
#[debug_handler]
|
||||
async fn handler(
|
||||
@@ -20,6 +20,7 @@ async fn handler(
|
||||
_e15: Uri,
|
||||
_e16: Uri,
|
||||
_e17: Uri,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user