We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb46db commit 7ef0109Copy full SHA for 7ef0109
src/webserver/routing.rs
@@ -474,8 +474,8 @@ mod tests {
474
}
475
476
#[tokio::test]
477
- async fn no_extension_site_prefix_and_no_corresponding_file_with_custom_404_does_not_redirect()
478
- {
+ async fn no_extension_site_prefix_and_no_corresponding_file_with_custom_404_does_not_redirect(
+ ) {
479
let actual = do_route("/prefix/folder", Default, Some("/prefix/")).await;
480
let expected = custom_not_found("404.sql");
481
0 commit comments