Skip to content

Commit 81dea8c

Browse files
committed
Add a missing semicolon
1 parent ef60f85 commit 81dea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/routing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ where
377377
{
378378
tap_inner!(self, mut this => {
379379
this.path_router
380-
.method_not_allowed_fallback(handler.clone())
380+
.method_not_allowed_fallback(handler.clone());
381381
})
382382
}
383383

0 commit comments

Comments
 (0)