Add a missing semicolon

This commit is contained in:
Jonas Platte
2025-04-24 11:23:39 +02:00
parent ef60f855ce
commit 81dea8ce3e
+1 -1
View File
@@ -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());
})
}