mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-07 00:00:15 +02:00
Add a missing semicolon
This commit is contained in:
@@ -377,7 +377,7 @@ where
|
||||
{
|
||||
tap_inner!(self, mut this => {
|
||||
this.path_router
|
||||
.method_not_allowed_fallback(handler.clone())
|
||||
.method_not_allowed_fallback(handler.clone());
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user