0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48: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", "/"))
.finish())
} 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
// ...