Skip to content

Commit 7ef0109

Browse files
lovasoacursoragent
andauthored
Fix test function signature formatting in routing module (#973)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 0bb46db commit 7ef0109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webserver/routing.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ mod tests {
474474
}
475475

476476
#[tokio::test]
477-
async fn no_extension_site_prefix_and_no_corresponding_file_with_custom_404_does_not_redirect()
478-
{
477+
async fn no_extension_site_prefix_and_no_corresponding_file_with_custom_404_does_not_redirect(
478+
) {
479479
let actual = do_route("/prefix/folder", Default, Some("/prefix/")).await;
480480
let expected = custom_not_found("404.sql");
481481

0 commit comments

Comments
 (0)