0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

make format happy

This commit is contained in:
XFFXFF 2023-05-23 09:34:46 +00:00
parent ff325153f0
commit cecffe4155
3 changed files with 7 additions and 7 deletions

View File

@ -81,7 +81,7 @@ pub async fn search(
.insert_header(("location", "/")) .insert_header(("location", "/"))
.finish()) .finish())
} else { } else {
let page_url: String; // Declare the page_url variable without initializing it let page_url: String; // Declare the page_url variable without initializing it
// ... // ...