mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-18 20:15:14 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -101,7 +101,11 @@ fn surface_map_captures_five_flask_routes() {
|
|||
let ep = map.entry_for_route(method, route).unwrap_or_else(|| {
|
||||
panic!("missing route {method:?} {route}; map = {entries:#?}");
|
||||
});
|
||||
assert_eq!(ep.framework, Framework::Flask, "framework mismatch on {route}");
|
||||
assert_eq!(
|
||||
ep.framework,
|
||||
Framework::Flask,
|
||||
"framework mismatch on {route}"
|
||||
);
|
||||
assert_eq!(ep.handler_name, handler, "handler mismatch on {route}");
|
||||
assert_eq!(
|
||||
ep.auth_required, auth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue